@ts-rest/nest
Version:
Nest server integration for @ts-rest
9 lines (8 loc) • 354 B
TypeScript
export * from './lib/constants';
export * from './lib/ts-rest-nest';
export * from './lib/ts-rest.decorator';
export * from './lib/ts-rest.interceptor';
export * from './lib/ts-rest-request.decorator';
export * from './lib/ts-rest-nest-handler';
export { TsRestModule } from './lib/ts-rest.module';
export { TsRestOptions } from './lib/ts-rest-options';