| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > NewlineKind
Enumeration controlling conversion of newline characters.
Signature:
export declare enum NewlineKind |
Member |
Value |
Description |
|---|---|---|
|
CrLf |
|
Windows-style newlines |
|
Lf |
|
POSIX-style newlines |
|
OsDefault |
|
Default newline type for this operating system ( |