is-junction
v1.0.0
Published
Checks if a given path is a junction
Downloads
5
Readme
is-junction
Determine if a given path resolves to an NTFS junction (reparse point).
const {isJunctionSync} = require(".");
isJunctionSync(path); // returns true or false depending on if the path is a junction.