lchmodAsync
external fun lchmodAsync(path: PathLike, mode: Mode): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
Changes the permissions on a symbolic link.
This method is only implemented on macOS.
Return
Fulfills with undefined
upon success.