Home > @rushstack/node-core-library > Text > splitByNewLines
Text.splitByNewLines() method
Signature:
static splitByNewLines(s: string | undefined): string[] | undefined;
Parameters
Parameter | Type | Description |
|---|---|---|
s | string | undefined |
Returns:
string[] | undefined