huanggang 03a863fb53 add node_modules il y a 7 ans
..
.npmignore 03a863fb53 add node_modules il y a 7 ans
.npminstall.done 03a863fb53 add node_modules il y a 7 ans
.travis.yml 03a863fb53 add node_modules il y a 7 ans
LICENSE 03a863fb53 add node_modules il y a 7 ans
README.md 03a863fb53 add node_modules il y a 7 ans
index.js 03a863fb53 add node_modules il y a 7 ans
package.json 03a863fb53 add node_modules il y a 7 ans

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