Skip to content

Simple npm package that lets you check is a number is divisible by zero!

License

Notifications You must be signed in to change notification settings

conqr2/is-divisible-by-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-divisible-by-zero

Simple npm package that lets you check is a number is divisible by zero!

Usage

Installing

npm i is-divisible-by-zero -P

Importing

const isDivisibleByZero = require("is-divisible-by-zero");

Usage

console.log(isDivisibileByZero(2));

API

isDivisibleByZero(number: Number): Boolean

Returns true if the input number is divisible by zero and false if it is not.

About

Simple npm package that lets you check is a number is divisible by zero!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published