UNPKG
loom-schema
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Class-based JSON Schema library with full TypeScript support
loom-schema
/
dist
/
index.js
2 lines
(1 loc)
•
116 B
JavaScript
View Raw
1
2
export {
string
, number,
integer
,
boolean
, nil,
array
,
object
, allOf, anyOf, oneOf, conditional, }
from
"./schema"
;