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: PathLikeoptional#flags: OpenMode = 'r'optional#mode: Mode | null = 0o666Return 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: PathLikeoptional#flags: OpenMode = 'r'optional#mode: Mode | null = 0o666Return Type #number