@nestjs/microservices
Version:
Nest - modern, fast, powerful node.js web framework (@microservices)
15 lines (14 loc) • 399 B
TypeScript
import 'reflect-metadata';
export * from './client';
export * from './ctx-host';
export * from './decorators';
export * from './enums';
export * from './events';
export * from './exceptions';
export * from './helpers';
export * from './interfaces';
export * from './module';
export * from './nest-microservice';
export * from './record-builders';
export * from './server';
export * from './tokens';