UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

6 lines 211 B
export interface CleanGateway { afterInit?: (server: any) => void; handleConnection?: (...args: any[]) => void; handleDisconnect?: (client: any) => void; } //# sourceMappingURL=clean-gateway.d.ts.map