0.0.14 • Published 5 years ago

@1k/is-nan v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@1k/is-nan

Test whether value is NaN

Usage

npm i @1k/is-nan
# yarn add @1k/is-nan
const OneK = require('@1k/is-nan')
console.log(isNaN('abc')) // true
console.log(OneK.isNaN('abc')) // false
console.log(OneK.isNaN(1)) // false
console.log(OneK.isNaN(NaN)) // true
<script src='https://unpkg.com/@1k/is-nan'></script>
<script>
console.log(isNaN('abc')) // true
console.log(OneK.isNaN('abc')) // false
console.log(OneK.isNaN(1)) // false
console.log(OneK.isNaN(NaN)) // true
</script>

License

MIT © Script Power

0.0.14

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.3

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.4

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.2

7 years ago