1.1.1 • Published 11 months ago
math-operations-dmh v1.1.1
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