graceful-readlink

WebJar for graceful-readlink

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

graceful-readlink
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

graceful-readlink
WebJar for graceful-readlink
Project URL

Project URL

http://webjars.org

Download graceful-readlink

How to add to project

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

graceful-readlink

NPM Version NPM Downloads

Usage

var readlinkSync = require('graceful-readlink').readlinkSync;
console.log(readlinkSync(f));
// output
//  the file pointed to when `f` is a symbolic link
//  the `f` itself when `f` is not a symbolic link

Licence

MIT License

Versions

Version
1.0.1