UNPKG

@theia/core

Version:

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

14 lines 584 B
/// <reference types="node" /> /// <reference types="node" /> import * as http from 'http'; import * as https from 'https'; import { ServiceConnectionProvider } from '../../../browser/messaging/service-connection-provider'; export declare class TestWebSocketChannelSetup { readonly connectionProvider: ServiceConnectionProvider; constructor({ server, path }: { server: http.Server | https.Server; path: string; }); protected createConnectionProvider(socketUrl: string): ServiceConnectionProvider; } //# sourceMappingURL=test-web-socket-channel.d.ts.map