1.0.0 • Published 4 months ago

my-math-utility v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

my-math

A simple math utility for addition and subtraction.

Installation

npm install my-math

Usage

const math = require('my-math');
console.log(math.add(2, 3)); // 5
1.0.0

4 months ago