1.0.2 • Published 2 months ago

@iamxerrycan/simplecalculation v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Simple-Calculation

npm version Downloads

A simple npm package for various calculations.

GitHub Repository

GitHub Repository

Auther

iamxerrycan

linkdin

instagram

github

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