MicroCommunityWeb/node_modules/graceful-readlink
2020-03-03 21:02:03 +08:00
..
.npmignore 第一次提交 2020-03-03 21:02:03 +08:00
.travis.yml 第一次提交 2020-03-03 21:02:03 +08:00
index.js 第一次提交 2020-03-03 21:02:03 +08:00
LICENSE 第一次提交 2020-03-03 21:02:03 +08:00
package.json 第一次提交 2020-03-03 21:02:03 +08:00
README.md 第一次提交 2020-03-03 21:02:03 +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