number-is-nan

WebJar for number-is-nan

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

number-is-nan
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

number-is-nan
WebJar for number-is-nan
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/number-is-nan

Download number-is-nan

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/number-is-nan/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>number-is-nan</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/number-is-nan/
implementation 'org.webjars.npm:number-is-nan:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/number-is-nan/
implementation ("org.webjars.npm:number-is-nan:1.0.1")
'org.webjars.npm:number-is-nan:jar:1.0.1'
<dependency org="org.webjars.npm" name="number-is-nan" rev="1.0.1">
  <artifact name="number-is-nan" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='number-is-nan', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "number-is-nan" % "1.0.1"
[org.webjars.npm/number-is-nan "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Deprecated as this is now natively available in all modern browsers and Node.js versions.


number-is-nan

ES2015 Number.isNaN() ponyfill

Install

$ npm install number-is-nan

Usage

const numberIsNan = require('number-is-nan');

numberIsNan(NaN);
//=> true

numberIsNan('unicorn');
//=> false

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Versions

Version
1.0.1
1.0.0