1.1.0 • Published 1 year ago
all-calculation v1.1.0
all-calculation
ALL CALCULATION
A simple npm package for various calculations.
GitHub Repository
Auther
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 } from "all-calculation";
use
console.log(calculateEMI(p, rate ,year));
Installation
To install the package, run the following command:
npm install all-calculation