UNPKG

253 BTypeScriptView Raw
1import { Channel } from '../message-rpc/channel';
2export declare const ConnectionHandler: unique symbol;
3export interface ConnectionHandler {
4 readonly path: string;
5 onConnection(connection: Channel): void;
6}
7//# sourceMappingURL=handler.d.ts.map
\No newline at end of file