UNPKG

@nestjs/common

Version:

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

5 lines (4 loc) 102 B
export interface CustomTransportStrategy { listen(callback: () => void): any; close(): any; }