2 lines
148 B
TypeScript
2 lines
148 B
TypeScript
export declare function switchRegex(text: string, cases: [RegExp | null, (matches: RegExpMatchArray) => string | void][], isAll?: boolean): string;
|