supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
167 Bytes
import type { Plugin } from "ajv";
export { AjvKeywordsError } from "./definitions";
declare const ajvKeywords: Plugin<string | string[]>;
export default ajvKeywords;