UNPKG
@humanwhocodes/object-schema
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.2.0
0.1.0
An object schema merger/validator
github.com/humanwhocodes/object-schema
humanwhocodes/object-schema
@humanwhocodes/object-schema
/
src
/
index.js
8 lines
(6 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@filedescription
Object Schema Package */
exports
.
ObjectSchema
=
require
(
"./object-schema"
).
ObjectSchema
;
exports
.
MergeStrategy
=
require
(
"./merge-strategy"
).
MergeStrategy
;
exports
.
ValidationStrategy
=
require
(
"./validation-strategy"
).
ValidationStrategy
;