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) 263 B
export { field } from './field'; export { defineDto } from './define-dto'; export type { InferDto } from './infer-dto.type'; export type { DtoDefinition, SchemaMap } from './dto-definition.type'; export type { AnyFieldDescriptor } from './field-descriptor.type';