Licence
MIT
Version
1.0.2
Deps
0
Size
4 kB
Vulns
0
Weekly
0
Simple-Calculation
A simple npm package for various calculations.
GitHub Repository
Auther

iamxerrycan
Description
The "all-calculation" package provides a set of functions for common calculations. It's designed to be easy to use and customizable.
import
import { ReverseString , AddNumber , EMI etc } from "simple-calculation";
consol.log(add(2,4)) // it will return 6
Installation
To install the package, run the following command:
npm install simplecalculation