node-graceful-readlink

Graceful fs.readlink
  https://github.com/zhiyelee/graceful-readlink
  0
  no reviews



Node-js module that provides a replacement for the built-in function fs.readlinkSync. The function synchronously returns the name of the file pointed to by a symbolic link, or echoes back the filename it is given if it is not a symbolic link.

Node.js is an event-based server-side JavaScript engine.