NodefsopenSyncfunction openSync#openSync(path: PathLike,flags: OpenMode,mode?: Mode | null,): numberReturns an integer representing the file descriptor. For detailed information, see the documentation of the asynchronous version of this API: open. Parameters ##path: PathLike #flags: OpenMode = 'r' optional#mode: Mode | null = 0o666 optionalReturn Type #number
function openSync#openSync(path: PathLike,flags: OpenMode,mode?: Mode | null,): numberReturns an integer representing the file descriptor. For detailed information, see the documentation of the asynchronous version of this API: open. Parameters ##path: PathLike #flags: OpenMode = 'r' optional#mode: Mode | null = 0o666 optionalReturn Type #number