UNPKG

coreflow

Version:

manage docker and scale applications across servers

4 lines (3 loc) 144 B
import 'typings-global'; import { ICoreflowConfig } from './coreflow.config'; export declare let run: (config: ICoreflowConfig) => Promise<{}>;