functionfs.chmodSyncfunction chmodSync(path: PathLike,mode: Mode): void;For detailed information, see the documentation of the asynchronous version of this API: chmod.See the POSIX chmod(2) documentation for more detail.Referenced typestype PathLike = string | Buffer | URLValid types for path values in "fs".type Mode = number | string
For detailed information, see the documentation of the asynchronous version of this API: chmod.See the POSIX chmod(2) documentation for more detail.