zkt25/Backend/node_modules/graceful-readlink
Andrii Pervashov d1b27aff06 initial commit
2025-03-16 16:17:44 +01:00
..
.npmignore initial commit 2025-03-16 16:17:44 +01:00
.travis.yml initial commit 2025-03-16 16:17:44 +01:00
index.js initial commit 2025-03-16 16:17:44 +01:00
LICENSE initial commit 2025-03-16 16:17:44 +01:00
package.json initial commit 2025-03-16 16:17:44 +01:00
README.md initial commit 2025-03-16 16:17:44 +01:00

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