UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

7 lines 406 B
import { Channel } from '../../common/message-rpc/'; import { MessagingService } from './messaging-service'; export declare const FrontendConnectionService: unique symbol; export interface FrontendConnectionService { registerConnectionHandler(path: string, callback: (params: MessagingService.PathParams, mainChannel: Channel) => void): void; } //# sourceMappingURL=frontend-connection-service.d.ts.map