0.0.5 • Published 4 years ago

is-seven v0.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

npm npm

This lib checks whether a number is 7 (seven) or not, it is very useful if you need to check whether the days in the week, roman numerals, musical notes or the Gods of ancient Chinese mythology, be creative.

Installation

yarn add is-seven

Usage

const isSeven = require("is-seven");

console.log(isSeven(7)); // true
console.log(isSeven(13)); // false

To check if a number is equal to thirteen, you need to use is-thirteen, the other numbers i don't really know how to check.

npm

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago