0.0.14 • Published 3 years ago

@1k/is-nan v0.0.14

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

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.3

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

6 years ago