0.0.1 • Published 2 years ago
reactjs-tweet v0.0.1
reactjs-tweet
A simple package that exports an add function.
Installation
npm install reactjs-tweetUsage
const { add } = require("reactjs-tweet");
console.log(add(1, 2)); // Output: 30.0.1
2 years ago