UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 220 B
/** * Split a string into an array of lines * @param input - The string to split * @returns array of lines * @group String * @category Deconstruction */ export declare function splitLines(input: string): string[];