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.

3 lines (2 loc) 113 B
export { ParsingError } from './parsing.error'; export { PropertyParsingError } from './property-parsing.error';