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.
9 lines (8 loc) • 355 B
TypeScript
export * from './property-decorator.string';
export * from './property-decorator.custom';
export * from './property-decorator.number';
export * from './property-decorator.dto';
export * from './property-decorator.boolean';
export * from './property-decorators.array';
export * from './property-decorator.enum';
export * from './property-decorator.regex';