Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/safe-regex-test/index.d.ts
2025-09-18 19:01:22 +07:00

3 lines
96 B
TypeScript

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