UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

14 lines (13 loc) 373 B
import 'reflect-metadata'; export * from './client'; export * from './ctx-host'; export * from './decorators'; export * from './enums'; 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';