Function: splitConfigLines()
splitConfigLines(
source:string): readonlystring[]
Defined in: _internal/config-file-scanner.ts:51
Splits any line-delimited config file source into individual lines.
Normalises Windows-style CRLF line endings before splitting so the result is consistent regardless of the operating system that created the file.
Parametersâ
sourceâ
string
Returnsâ
readonly string[]