Home > @rushstack/node-core-library > IFileSystemWriteFileOptions > convertLineEndings
IFileSystemWriteFileOptions.convertLineEndings property
If specified, will normalize line endings to the specified style of newline.
Signature:
convertLineEndings?: NewlineKind;