UNPKG

jspurefix

Version:
7 lines (6 loc) 291 B
import { EngineFactory, SessionLauncher } from '../../../runtime'; import { IJsFixConfig } from '../../../config'; export declare class AppLauncher extends SessionLauncher { constructor(client?: string, server?: string); protected makeFactory(config: IJsFixConfig): EngineFactory; }