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.

6 lines (5 loc) 168 B
export * from './property-data-to-parse.type'; export * from './class.type'; export * from './primitive.type'; export * from './enum.type'; export * from './has-uuid';