UNPKG

json-schema-migrate-x

Version:

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

8 lines 305 B
import { getMigrate } from './helpers.js'; export * from './ajv.js'; export * from './common.js'; export * from './helpers.js'; export const draft7 = getMigrate('draft7'); export const draft2019 = getMigrate('draft2019'); export const draft2020 = getMigrate('draft2020'); //# sourceMappingURL=index.js.map