Skip to content

ernestmarcinko/ismillion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsMillion

Very powerful package to check if a number is one million.

npm install is-million
import isMillion from "is-million";

if ( isMillion(1000000) ) {
	console.log('It is one million.');
}

if ( isMillion(1000001) ) {
	console.log('It is not one million.');
}

About

Very powerful package to check if a number is one million.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors