function
fs.fchmodSync
fd: number,
): void;
Sets the permissions on the file. Returns undefined.
See the POSIX fchmod(2) documentation for more detail.
Referenced types
type Mode = number | string
function
Sets the permissions on the file. Returns undefined.
See the POSIX fchmod(2) documentation for more detail.