0.0.14 • Published 4 years ago

@1k/is-nan v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.3

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

7 years ago