0
GGGiovanny Gongora
Splits a multiline string into an array of lines.
0 Comments
const splitLines = (str: string) => str.split(/\r?\n/);