UNPKG

json-schema-describes-subset

Version:

Tools for static JSON schema analysis, including functions to determine if one schema describes a subset of another or if a schema describes the empty set or to convert a schema to its disjunctive normal form (DNF).

4 lines 142 B
export * from './atomic-schema.js'; export * from './split/index.js'; export * from './to-raw-dnf/index.js'; //# sourceMappingURL=index.js.map