UNPKG

@methodus/server

Version:
15 lines (14 loc) 256 B
export declare class BuiltInTransports { static Http: { name: string; path: string; }; static Http2: { name: string; path: string; }; static Socket: { name: string; path: string; }; }