Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 749 Bytes

File metadata and controls

56 lines (30 loc) · 749 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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