UNPKG

bookish-potato-dto

Version:

A TypeScript DTO (Data Transfer Object) parsing and validation library. Define a schema once — get runtime validation and a fully inferred TypeScript type for free.

7 lines (6 loc) 241 B
export * from './property-parser.type'; export * from './property-data.type'; export * from './property-parser-strict-data-types.type'; export * from './range.type'; export * from './string-length.type'; export * from './number-range.type';