ssap_app/node_modules/@expo/xcpretty/build/switchRegex.d.ts

2 lines
148 B
TypeScript

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