Socket
Book a DemoInstallSign in
Socket

@1k/is-nan

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@1k/is-nan

Test whether value is NaN

unpublished
latest
Source
npmnpm
Version
0.0.14
Version published
Maintainers
1
Created
Source

@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

FAQs

Package last updated on 30 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts