liuguofeng 6d4bfd3262 数据看板开发中 hai 6 meses
..
.npmignore 6d4bfd3262 数据看板开发中 hai 6 meses
.travis.yml 6d4bfd3262 数据看板开发中 hai 6 meses
LICENSE 6d4bfd3262 数据看板开发中 hai 6 meses
README.md 6d4bfd3262 数据看板开发中 hai 6 meses
index.js 6d4bfd3262 数据看板开发中 hai 6 meses
package.json 6d4bfd3262 数据看板开发中 hai 6 meses

README.md

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