0.0.1 • Published 2 years ago

reactjs-tweet v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

reactjs-tweet

A simple package that exports an add function.

Installation

npm install reactjs-tweet

Usage

const { add } = require("reactjs-tweet");

console.log(add(1, 2)); // Output: 3
0.0.1

2 years ago