nodejs fs.readlink extensions for windows
npm install readlink-winreadlink-win is a native node.js add-on that works on windows.
It has enhanced fs.readlink to allow get type of link.
#### Usage
``javascript
`
const readlinkWin = require('readlink-win');
await readlinkWin(path);
fs.readlink`。
This module return a Promise object, which will be fulfilled by an object have below prop:
isDirectory, isReparse, isSymlink, isJunction, isAppExecl, path
path is the original result of