Files
fitness-app/node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.d.ts
T

3 lines
96 B
TypeScript

declare function regexTester(regex: RegExp): (string: string) => boolean;
export = regexTester;