methodfs.promises.FileHandle.chmodchmod(mode: Mode): Promise<void>;Modifies the permissions on the file. See chmod(2).@param modethe file mode bit mask.@returnsFulfills with undefined upon success.Referenced typestype Mode = number | string