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.
10 lines (9 loc) • 398 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';
export * from './property-decorator.date';