1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-13 02:20:18 +00:00
musix-oss/node_modules/graceful-readlink/README.md
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00

18 lines
531 B
Markdown

# graceful-readlink
[![NPM Version](http://img.shields.io/npm/v/graceful-readlink.svg?style=flat)](https://www.npmjs.org/package/graceful-readlink)
[![NPM Downloads](https://img.shields.io/npm/dm/graceful-readlink.svg?style=flat)](https://www.npmjs.org/package/graceful-readlink)
## Usage
```js
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