1.0.1 • Published 2 years ago

my-math-jeff v1.0.1

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

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
1.0.1

2 years ago

1.0.0

2 years ago