@p4avinash/math-library

1.4.0 • Public • Published

mathLibrary

This library consists of few mathematical functions. This package was only created to test the process of publishing NPM package.

How To Use Package

  1. Install the package by running the command "npm i @p4avinash/math-library"
  2. Import the package where you want to use the package functions:
//import the library
import mathCollection from "@p4avinash/math-library"

//create instance
const m = mathCollection()

//use the functions
m.round(2.665)
  1. Make sure to set type: "module" in your package.json
  2. You're done with the setup, now enjoy... 🎉🎉

Readme

Keywords

Package Sidebar

Install

npm i @p4avinash/math-library

Weekly Downloads

2

Version

1.4.0

License

ISC

Unpacked Size

3.4 kB

Total Files

3

Last publish

Collaborators

  • p4avinash