Add json-schemas package to mono repo
This commit is contained in:
4
packages/json-schemas/src/index.ts
Normal file
4
packages/json-schemas/src/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export {ValidatorResult, Schema} from 'jsonschema';
|
||||
|
||||
export {SchemaValidator} from './schema_validator';
|
||||
export {schemas} from './schemas';
|
Reference in New Issue
Block a user