UNPKG

obj-schema-validator

Version:

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

9 lines (7 loc) 189 B
import { main } from "./domain"; export * from "./domain/types"; export * from "./presentation/Validators"; export * from "./presentation/DtoSchema"; (() => { if (false) main(); })();