1.0.5 • Published 1 year ago

split-add v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

This Package is used to perform incremental calculations on results

How to use

# install the package
npm install split-add

Example

// import the package
import { splitAdd, splitMultiply } from "split-add";

// call the function
number = 1234
const resultAdd = splitAdd(number);
const resultMultiply = splitMultiply(number)
console.log(resultAdd); // 10
console.log(resultAdd); // 24

Output

10;
24;
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago