mb-math
v1.0.1
Published
Simple math utilities as test project for working with publishing lib on npm
Readme
mb-math
Simple math utilities as test project for working with publishing lib on npm
Install
npm install mb-math
Usage
import { add } from "mb-math";
console.log(add(2, 3));