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.

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';