chensenlai 10988628a0 语音房项目初始化 5 vuotta sitten
..
.npmignore 10988628a0 语音房项目初始化 5 vuotta sitten
.travis.yml 10988628a0 语音房项目初始化 5 vuotta sitten
LICENSE 10988628a0 语音房项目初始化 5 vuotta sitten
README.md 10988628a0 语音房项目初始化 5 vuotta sitten
index.js 10988628a0 语音房项目初始化 5 vuotta sitten
package.json 10988628a0 语音房项目初始化 5 vuotta sitten

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