UNPKG

genson-js

Version:

JSON schema generator with a possibility to merge schemas

4 lines (3 loc) 161 B
export * from './types'; export { extendSchema, mergeSchemas, createSchema, createCompoundSchema } from './schema-builder'; export * from './schema-comparator';