isso/node_modules/graceful-readlink
Chris Hutchison a9d38e5d1d save
2018-04-16 00:44:45 -04:00
..
.npmignore save 2018-04-16 00:44:45 -04:00
.travis.yml save 2018-04-16 00:44:45 -04:00
index.js save 2018-04-16 00:44:45 -04:00
LICENSE save 2018-04-16 00:44:45 -04:00
package.json save 2018-04-16 00:44:45 -04:00
README.md save 2018-04-16 00:44:45 -04:00

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