UNPKG

nestjs-typebox

Version:

This library provides helper utilities for writing and validating NestJS APIs using [TypeBox](https://github.com/sinclairzx81/typebox) as an alternative to class-validator/class-transformer. It also includes a patch for @nestjs/swagger allowing OpenAPI ge

9 lines (8 loc) 231 B
export * from './create-dto'; export * from './decorators'; export * from './exceptions'; export * from './formats'; export * from './interceptors'; export * from './pipes'; export * from './swagger-patch'; export * from './util';