octal

WebJar for octal

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

octal
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

octal
WebJar for octal
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mafintosh/octal

Download octal

How to add to project

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

octal

Interpret a number as base 8.

Same as the 0<number> notation but works in strict mode / standard js.

npm install octal

build status

Usage

var octal = require('octal')
console.log(octal(777)) // prints 511 which is 0777

License

MIT

Versions

Version
1.0.0