function lchmodlchmod(path: PathLike,mode: Mode,): Promise<void>Deprecated Deno compatibility The lchmod implementation is a not implemented. Changes the permissions on a symbolic link. This method is only implemented on macOS. Parameterspath: PathLikemode: ModeReturn TypePromise<void>Fulfills with undefined upon success.