UNPKG

@theia/core

Version:

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

7 lines 310 B
import * as http from 'http'; import * as https from 'https'; import { AddressInfo } from 'net'; import { MaybePromise } from '../common/types'; export declare function start(serverModule: MaybePromise<http.Server | https.Server>): Promise<AddressInfo>; export default start; //# sourceMappingURL=main.d.ts.map