Skip to content

Latest commit

 

History

History
83 lines (41 loc) · 1.31 KB

File metadata and controls

83 lines (41 loc) · 1.31 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IFileSystemReadFileOptions

IFileSystemReadFileOptions interface

The options for FileSystem.readFile()

Signature:

export interface IFileSystemReadFileOptions 

Properties

Property

Modifiers

Type

Description

convertLineEndings?

NewlineKind

(Optional) If specified, will normalize line endings to the specified style of newline.

encoding?

Encoding

(Optional) If specified, will change the encoding of the file that will be written.