UNPKG

locutus

Version:

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

4 lines (3 loc) 175 B
type ReFindallFlags = number | string; export declare function findall(pattern: string | RegExp, source: string, flags?: ReFindallFlags): Array<string | string[]>; export {};