lchmodAsync

external fun lchmodAsync(path: PathLike, mode: Mode): Promise<Void>(source)

Changes the permissions on a symbolic link.

This method is only implemented on macOS.

Return

Fulfills with undefined upon success.