split-add

1.0.5 • Public • Published

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;

Readme

Keywords

Package Sidebar

Install

npm i split-add

Weekly Downloads

7

Version

1.0.5

License

ISC

Unpacked Size

5.71 kB

Total Files

6

Last publish

Collaborators

  • ahmadrifqib