huanggang 03a863fb53 add node_modules 7 年之前
..
.npmignore 03a863fb53 add node_modules 7 年之前
.npminstall.done 03a863fb53 add node_modules 7 年之前
.travis.yml 03a863fb53 add node_modules 7 年之前
LICENSE 03a863fb53 add node_modules 7 年之前
README.md 03a863fb53 add node_modules 7 年之前
index.js 03a863fb53 add node_modules 7 年之前
package.json 03a863fb53 add node_modules 7 年之前

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