5.0.0 • Published 2 years ago

@bcostaaa01/remainder v5.0.0

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

🧮 Remainder

npm (scoped) npm bundle size

This is a package that logs the remainder of a number of the user's choice.

⚒️ How to install remainder

npm i @bcostaaa01/remainder

👩‍💻 How to use the remainder package

- First, import the library and store it in a variable called [remainder]
- Second, use remainder() and pass in two numbers of your choice to check what the remainder of the first one is

var remainder = require("@bcostaaa01/remainder")

remainder(10, 3)
// 1
5.0.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago