0.0.1 • Published 2 years ago
preact-tweet v0.0.1
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: 30.0.1
2 years ago