| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IFileSystemWriteFileOptions
The options for FileSystem.writeFile()
Signature:
export interface IFileSystemWriteFileOptions extends IFileSystemWriteBinaryFileOptions Extends: IFileSystemWriteBinaryFileOptions
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) If specified, will normalize line endings to the specified style of newline. | |||
|
(Optional) If specified, will change the encoding of the file that will be written. |