@theia/core
Version:
Theia is a cloud & desktop IDE framework implemented in TypeScript.
8 lines • 302 B
TypeScript
import { Channel } from '../message-rpc/channel';
export declare const servicesPath = "/services";
export declare const ConnectionHandler: unique symbol;
export interface ConnectionHandler {
readonly path: string;
onConnection(connection: Channel): void;
}
//# sourceMappingURL=handler.d.ts.map