1.0.0 • Published 4 months ago

fang1 v1.0.0

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

fang1

A simple math utility for addition and subtraction.

Installation

npm install fang1

Usage

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

4 months ago