- Preparing search index...
- The search index is not available
ludit
- writeFileSync(file: PathOrFileDescriptor, data: string | ArrayBufferView, options?: WriteFileOptions): void
-
Parameters
-
file: PathOrFileDescriptor
-
data: string | ArrayBufferView
-
Optional options: WriteFileOptions
Returns void
Returns
undefined.The
modeoption only affects the newly created file. See open for more details.For detailed information, see the documentation of the asynchronous version of this API: writeFile.
Since
v0.1.29