UNPKG

flowjv

Version:

Flow based approach to JSON validation!

5 lines (4 loc) 257 B
export { execJSONExpression, IJSONExpression } from "./jsonexpression"; export { validateJSONFlow, IFlowSchema, flowSchema } from "./jsonflow/index"; export { ISimpleType } from "./jsonflow/flow/simple/index"; export { IKeyPath } from "./helper/immutable";