Skip to content

evanlucas/assertnan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assertnan

Build Status Coverage Status

Assert that a value isNaN

Install

$ npm install assertnan

Test

$ npm test

Usage

const assertNaN = require('assertnan')
assertNaN(NaN)
// => does not throw
assertNaN(1)
// => throws

Author

Evan Lucas

License

MIT (See LICENSE for more info)

About

Assert that a value isNaN

Resources

License

Stars

Watchers

Forks

Packages

No packages published