UNPKG

wechaty-puppet-wechat4u

Version:
3 lines 264 B
export type RegexHandler<T> = (matchedRegexIndex: number, match: RegExpMatchArray) => Promise<T>; export declare function parseTextWithRegexList<T>(text: string, regexList: RegExp[], handler: RegexHandler<T>): Promise<T | null>; //# sourceMappingURL=regex.d.ts.map