NodefslinkSyncfunction linkSync#linkSync(existingPath: PathLike,newPath: PathLike,): voidCreates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined. Parameters ##existingPath: PathLike#newPath: PathLikeReturn Type #void
function linkSync#linkSync(existingPath: PathLike,newPath: PathLike,): voidCreates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined. Parameters ##existingPath: PathLike#newPath: PathLikeReturn Type #void