Home > @rushstack/node-core-library > IFileSystemReadFileOptions
IFileSystemReadFileOptions interface
The options for FileSystem.readFile()
Signature:
export interface IFileSystemReadFileOptions
Properties
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. |