UNPKG

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