UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

2 lines (1 loc) 133 B
export declare function str_split(string: string | number | boolean | null, splitLength?: number | string | null): string[] | false;