a123456789 bff0ff0e1f products před 3 roky
..
.npmignore bff0ff0e1f products před 3 roky
.travis.yml bff0ff0e1f products před 3 roky
LICENSE bff0ff0e1f products před 3 roky
README.md bff0ff0e1f products před 3 roky
index.js bff0ff0e1f products před 3 roky
package.json bff0ff0e1f products před 3 roky

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