1.0.1 • Published 2 years ago
my-math-jeff v1.0.1
My Math Library Jeff
A simple npm package for basic math operations.
Installation
npm i my-math-jeff
Use
const mathLibrary = require('my-math-jeff');
const add = mathLibrary().add;
console.log(add(8, 20)); // 28