UNPKG

@nodeswork/nam

Version:

Applet manager for Nodeswork containers.

10 lines (9 loc) 300 B
import { AppletManager } from '../applet-manager'; export declare function createAppletManager(): AppletManager; export declare function extractCommonOptions(): CommonOptions; export interface CommonOptions { appPath: string; nodesworkServer: string; port: number; debug?: boolean; }