1.1.0 • Published 1 year ago

all-calculation v1.1.0

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

all-calculation

ALL CALCULATION

npm version Downloads

A simple npm package for various calculations.

GitHub Repository

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 } from "all-calculation";

use

console.log(calculateEMI(p, rate ,year));

Installation

To install the package, run the following command:

npm install all-calculation