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