tsdocker/dist/npmdocker.docker.d.ts

4 lines
143 B
TypeScript
Raw Normal View History

2016-07-18 18:48:34 +00:00
/// <reference types="q" />
import * as plugins from "./npmdocker.plugins";
2016-07-18 22:37:13 +00:00
export declare let run: (configArg: any) => plugins.q.Promise<{}>;