1.0.1 • Published 3 years ago

is-divisible-by-3 v1.0.1

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

is-divisible-by-3

is-divisible-by-3 is a js library to check if a number is divisible by 3 or not

Installation

Use the npm package manager to install

npm intsall is-divisible-by-3

Usage

const {isDivisibleBy3} = require("isDivisibleBy3")

// use it
 isDivisibleBy3(9)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT