infinity-x

WebJar for infinity-x

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

infinity-x
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

infinity-x
WebJar for infinity-x
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download infinity-x

How to add to project

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

infinity-x

The constant value Infinity.

module.exports : number

The constant value Infinity derived mathematically by 1 / 0.

Kind: Exported member
Example

import INFINITY from 'infinity-x';

console.log(INFINITY === Infinity); // true
console.log(-INFINITY === -Infinity); // true
console.log(INFINITY === -Infinity); // false

Versions

Version
1.0.0