Riichi/node_modules/ajv-keywords/dist/keywords/regexp.d.ts
2025-03-06 13:43:25 +01:00

3 lines
99 B
TypeScript

import type { Plugin } from "ajv";
declare const regexp: Plugin<undefined>;
export default regexp;