1.0.1 • Published 4 years ago

divisiblebybutnotdivisibleby v1.0.1

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

divisiblebybutnotdivisibleby

Determine if one number is divisible by another but not divisible by another

> const divisiblebybutnotdivisibleby = require('divisiblebybutnotdivisibleby')
undefined

> divisiblebybutnotdivisibleby(4, 2, 7)
true

> divisiblebybutnotdivisibleby(8, 3, 4)
false

install

npm install divisiblebybutnotdivisibleby