1.1.1 • Published 11 months ago

math-operations-dmh v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
1.1.1

11 months ago

1.1.0

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago