Files
CATALOGO_INFINITY/backend/node_modules/safe-regex-test/index.d.ts
T
2026-06-09 08:25:57 -05:00

3 lines
96 B
TypeScript

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