fs-constants

WebJar for fs-constants

License

License

MIT
Categories

Categories

Ant Build Tools
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fs-constants
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

fs-constants
WebJar for fs-constants
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mafintosh/fs-constants

Download fs-constants

How to add to project

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

fs-constants

Small module that allows you to get the fs constants across Node and the browser.

npm install fs-constants

Previously you would use require('constants') for this in node but that has been deprecated and changed to require('fs').constants which does not browserify.

This module uses require('constants') in the browser and require('fs').constants in node to work around this

Usage

var constants = require('fs-constants')

console.log('constants:', constants)

License

MIT

Versions

Version
1.0.0