preact-tweet
v0.0.1
Published
A simple package that exports an add function
Readme
preact-tweet
A simple package that exports an add function.
Installation
npm install preact-tweetUsage
const { add } = require("preact-tweet");
console.log(add(1, 2)); // Output: 3