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

1.0.1 • Public • Published

is-multiple-of-three-and-five

Is value a multiple of 3 and 5?

Usage

const isMultipleOf3and5 = require("is-multiple-of-three-and-five");
console.log(isMultipleOf3and5(15)); //Prints "true"
console.log(isMultipleOf3and5(10)); //Prints "false"
console.log(isMultipleOf3and5("6")); //Prints "false"

Readme

Keywords

none

Package Sidebar

Install

npm i is-multiple-of-three-and-five

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

2.55 kB

Total Files

7

Last publish

Collaborators

  • fizzbuzz-npm