@iamxerrycan/simplecalculation
v1.0.2
Published
simple calculation
Downloads
3
Maintainers
Readme
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