frappe_docker/frappe-bench/node_modules/graceful-readlink
2017-07-31 15:51:51 +05:30
..
.npmignore Final docker setup 2017-07-31 15:51:51 +05:30
.travis.yml Final docker setup 2017-07-31 15:51:51 +05:30
index.js Final docker setup 2017-07-31 15:51:51 +05:30
LICENSE Final docker setup 2017-07-31 15:51:51 +05:30
package.json Final docker setup 2017-07-31 15:51:51 +05:30
README.md Final docker setup 2017-07-31 15:51:51 +05:30

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