@bcostaaa01/remainder

5.0.0 • Public • Published

🧮 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

Package Sidebar

Install

npm i @bcostaaa01/remainder

Weekly Downloads

1

Version

5.0.0

License

MIT

Unpacked Size

1.07 kB

Total Files

3

Last publish

Collaborators

  • bcostaaa01