blob: fc5b7a943d45244788fac48ee58fc97cc486f2e3 [file] [log] [blame]
import type { Plugin } from "ajv";
export { AjvKeywordsError } from "./definitions";
declare const ajvKeywords: Plugin<string | string[]>;
export default ajvKeywords;