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
/
esm
/
json-schema-types.js
11 lines
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
const
ANY_TYPE = { anyOf: [ {
type
:
"null"
}, {
type
:
"boolean"
}, {
type
:
"number"
}, {
type
:
"string"
}, {
type
:
"object"
}, {
type
:
"array"
}, ], };
//# sourceMappingURL=json-schema-types.js.map