liuguofeng 6d4bfd3262 数据看板开发中 6 сар өмнө
..
.npmignore 6d4bfd3262 数据看板开发中 6 сар өмнө
.travis.yml 6d4bfd3262 数据看板开发中 6 сар өмнө
LICENSE 6d4bfd3262 数据看板开发中 6 сар өмнө
README.md 6d4bfd3262 数据看板开发中 6 сар өмнө
index.js 6d4bfd3262 数据看板开发中 6 сар өмнө
package.json 6d4bfd3262 数据看板开发中 6 сар өмнө

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