UNPKG

@nestjs/microservices

Version:

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

6 lines (5 loc) 247 B
import { CustomTransportStrategy, MicroserviceOptions } from '../interfaces'; import { Server } from './server'; export declare class ServerFactory { static create(microserviceOptions: MicroserviceOptions): Server & CustomTransportStrategy; }