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) 241 B
export * from './property-parser.type'; export * from './property-data.type'; export * from './property-parser-strict-data-types.type'; export * from './range.type'; export * from './string-length.type'; export * from './number-range.type';