nan-x

WebJar for nan-x

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

nan-x
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

nan-x
WebJar for nan-x
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Xotic750/nan-x

Download nan-x

How to add to project

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

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.

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

nan-x

The constant NaN derived mathematically by 0 / 0.

module.exports : number

The constant NaN derived mathematically by 0 / 0.

Kind: Exported member
Example

import NAN from 'nan-x';

console.log(NAN !== NAN); // true
console.log(NAN === NAN); // false

Versions

Version
1.0.0