UNPKG

obj-schema-validator

Version:

Lightweight and simple validator for objects and DTOs, designed for TypeScript and Node.js projects.

4 lines (3 loc) 117 B
export * from "./domain/types"; export * from "./presentation/Validators"; export * from "./presentation/DtoSchema";