MicroCommunityWeb/node_modules/graceful-readlink
2021-04-23 10:14:20 +08:00
..
.npmignore 优化代码 2021-04-23 10:14:20 +08:00
.travis.yml 优化代码 2021-04-23 10:14:20 +08:00
index.js 优化代码 2021-04-23 10:14:20 +08:00
LICENSE 优化代码 2021-04-23 10:14:20 +08:00
package.json 优化代码 2021-04-23 10:14:20 +08:00
README.md 优化代码 2021-04-23 10:14:20 +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