NodefslchmodSyncfunction lchmodSync#lchmodSync(path: PathLike,mode: Mode,): voidDeprecatedChanges the permissions on a symbolic link. Returns undefined. This method is only implemented on macOS. See the POSIX lchmod(2) documentation for more detail. Parameters ##path: PathLike#mode: ModeReturn Type #void
function lchmodSync#lchmodSync(path: PathLike,mode: Mode,): voidDeprecatedChanges the permissions on a symbolic link. Returns undefined. This method is only implemented on macOS. See the POSIX lchmod(2) documentation for more detail. Parameters ##path: PathLike#mode: ModeReturn Type #void