UNPKG

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