math-operations-dmh
v1.1.1
Published
test npm functions with math operations
Downloads
12
Readme
Installation
Follow next instructions
npm install math-operations-dmh
Usage
import { add } from "math-operations-dmh"
// add 2 numbers
add(1, 2); -> 3
// subtract 2 numbers
subtract(2, 1) -> 1