divisible
v0.1.0
Published
Determine if one number is divisible by another
Downloads
2
Maintainers
Readme
divisible
Determine if one number is divisible by another
> const divisible = require('divisible')
undefined
> divisible(4, 2)
true
> divisible(8, 3)
false
install
npm install divisible