is-multiple-of-5
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

is-multiple-of-5

Is value a multiple of 5?

Usage

const isMultipleOf5 = require("is-multiple-of-5");
console.log(isMultipleOf5(10)); //Prints "true"
console.log(isMultipleOf5(2)); //Prints "false"
console.log(isMultipleOf5("40")); //Prints "true"

Readme

Keywords

none

Package Sidebar

Install

npm i is-multiple-of-5

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.29 kB

Total Files

7

Last publish

Collaborators

  • fizzbuzz-npm