NodefsfchmodSyncfunction fchmodSync#fchmodSync(fd: number,mode: Mode,): voidSets the permissions on the file. Returns undefined. See the POSIX fchmod(2) documentation for more detail. Parameters ##fd: number#mode: ModeReturn Type #void
function fchmodSync#fchmodSync(fd: number,mode: Mode,): voidSets the permissions on the file. Returns undefined. See the POSIX fchmod(2) documentation for more detail. Parameters ##fd: number#mode: ModeReturn Type #void