layui-js/node_modules/graceful-readlink
2017-08-21 08:50:25 +08:00
..
.npmignore clear 2017-08-21 08:50:25 +08:00
.travis.yml clear 2017-08-21 08:50:25 +08:00
index.js clear 2017-08-21 08:50:25 +08:00
LICENSE clear 2017-08-21 08:50:25 +08:00
package.json clear 2017-08-21 08:50:25 +08:00
README.md clear 2017-08-21 08:50:25 +08: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