CVSS_3.0_GUI / dist / CVSS_3.0_Calc-1.0.0-linux-x64 / node_modules / nwjs-builder-phoenix / node_modules / dir-compare / node_modules / commander / node_modules / graceful-readlink /
root authored on 7 May 2019
..
LICENSE Initial commit 5 years ago
README.md Initial commit 5 years ago
index.js Initial commit 5 years ago
package.json Initial commit 5 years ago
README.md

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