function openSync
Jump to headingopenSync(): numberReturns an integer representing the file descriptor.
For detailed information, see the documentation of the asynchronous version of this API: open.
Parameters Jump to heading
Jump to headingpath: PathLikeoptional
Jump to headingflags: OpenMode = 'r'optional
Jump to headingmode: Mode | null = 0o666Return Type Jump to heading
number