1.0.0 • Published 5 months ago

lby-math v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

my-math

A simple math utility for addition and subtraction.

Installation

Usage

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

5 months ago