index.d.ts 131 Bytes Raw Blame History Permalink 1 2 3 import type { Plugin } from "ajv"; declare const ajvKeywords: Record<string, Plugin<any> | undefined>; export default ajvKeywords;