vtils

Home > types > TsConfigJson > CompilerOptions > NewLine

TsConfigJson.CompilerOptions.NewLine type

Signature:

export type NewLine =
        			| 'CRLF'
        			| 'LF'
        			// Lowercase alternatives
        			| 'crlf'
        			| 'lf';