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. Can be configured to patch @nestjs/swagger allowing OpenAPI gene
10 lines (9 loc) • 291 B
text/typescript
export * from './analyze-schema.js';
export * from './configure.js';
export * from './decorators.js';
export * from './exceptions.js';
export * from './formats.js';
export * from './interceptors.js';
export * from './swagger-patch.js';
export * from './types.js';
export * from './util.js';