/** * Package jtd is an implementation of JSON Typedef. * * The {@link validate} function is an implementation of JSON Typedef * validation. The {@link Schema} interface represents JSON Typedef schemas. * * See [the README](https://github.com/jsontypedef/json-typedef-js) for examples * and links to guides on how to use this package. * * @packageDocumentation */ export * from "./schema"; export * from "./validate";