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
/
generate-schema
/
index.d.ts
3 lines
•
92 B
TypeScript
View Raw
1
2
3
export
*
from
"./schema.js"
;
export
*
from
"./types.js"
;
//# sourceMappingURL=index.d.ts.map