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.

4 lines (3 loc) 86 B
export declare class ParsingError extends Error { constructor(message: string); }