UNPKG
data-to-jsonschema-to-ts
Version:
latest (2.0.0)
2.0.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Convert plain javascript objects to JSON Schema and TypeScript typings
data-to-jsonschema-to-ts
/
dist
/
index.js
5 lines
•
194 B
JavaScript
View Raw
1
2
3
4
5
export
*
from
"./generate-schema/index.js"
;
export
*
from
"./convert-to-ts/index.js"
;
export
*
from
"./validator/index.js"
;
export
*
from
"./traverse/index.js"
;
//# sourceMappingURL=index.js.map