horse-betting/btc-ui-app-2/node_modules/safe-regex-test/index.d.ts
2025-06-19 16:39:08 +05:30

3 lines
96 B
TypeScript

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