UNPKG

@types/es-abstract

Version:
8 lines (7 loc) 198 B
declare function CreateRegExpStringIterator( R: RegExp, S: string, global: boolean, fullUnicode: boolean, ): IterableIterator<RegExpMatchArray>; export = CreateRegExpStringIterator;