database-petani-mobile/node_modules/safe-regex-test/index.d.ts
2026-02-23 16:39:35 +07:00

3 lines
96 B
TypeScript

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