UNPKG

bookish-potato-dto

Version:

## Overview A TypeScript decorators-based API for defining Data Transfer Object (DTO) classes, types, and parsers. Simplifies schema validation and type enforcement using intuitive decorators and TypeScript classes.

7 lines (6 loc) 187 B
export * from './parser'; export * from './property-parsers'; export * from './property-decorators'; export * from './types'; export * from './error'; export * from './class-decorators';