functionfs.promises.lchownfunction lchown(path: PathLike,uid: number,gid: number): Promise<void>;Changes the ownership on a symbolic link.@returnsFulfills with undefined upon success.Referenced typestype PathLike = string | Buffer | URLValid types for path values in "fs".