Skip to content

PackageFlipper/not-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

not-number

checks if the number you provided is not a number

const notnumber = require('not-number');


notnumber(40)       // => false
notnumber('a')      // => true
notnumber(1/0)      // => true
notnumber('number') // => true

That's it

Buy Me A Coffee

About

checks if the number you provided is not a number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published