UNPKG

pure-parse

Version:

Strongly typed validation library that decouples type aliases from validation logic

15 lines (14 loc) 379 B
export * from './primitives'; export * from './Guard'; export * from './equals'; export * from './oneOf'; export * from './tuples'; export * from './object'; export * from './object'; export * from './dictionary'; export * from './arrays'; export * from './optional'; export * from './instanceOfGuard'; export * from './unknown'; export * from './never'; export * from './json';