index.d.ts 167 B

1234
  1. import type { Plugin } from "ajv";
  2. export { AjvKeywordsError } from "./definitions";
  3. declare const ajvKeywords: Plugin<string | string[]>;
  4. export default ajvKeywords;