UNPKG

json-schema-migrate-x

Version:

Migrate JSON-Schema `draft-04` to `draft-07`, `draft-2019-09` or `draft-2020-12`

4 lines (3 loc) 168 B
import type AjvCore from 'ajv/dist/core.js'; import type { SchemaVersion } from './types.js'; export declare function getAjv(version?: SchemaVersion): AjvCore.default;