n-is-nan

check if input is NaN

Usage no npm install needed!

<script type="module">
  import nIsNan from 'https://cdn.skypack.dev/n-is-nan';
</script>

README

n-is-nan

CircleCI NPM Downloads node License MIT

check if input is NaN

Highlights

  • Written in Typescript

Usage

check if input is NaN


  import nIsNan from 'n-is-nan';

  nIsNan(NaN); // true
  nIsNan("starwars"); // false

License

MIT © Nivrith