diff options
Diffstat (limited to 'packages/json-schemas/src/index.ts')
-rw-r--r-- | packages/json-schemas/src/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/json-schemas/src/index.ts b/packages/json-schemas/src/index.ts new file mode 100644 index 000000000..b7cae277e --- /dev/null +++ b/packages/json-schemas/src/index.ts @@ -0,0 +1,4 @@ +export {ValidatorResult, Schema} from 'jsonschema'; + +export {SchemaValidator} from './schema_validator'; +export {schemas} from './schemas'; |