npmci/dist/npmci.prepare.d.ts

5 lines
172 B
TypeScript
Raw Normal View History

/// <reference types="q" />
2016-06-01 03:44:48 +00:00
import "typings-global";
import * as plugins from "./npmci.plugins";
export declare let prepare: (serviceArg: string) => plugins.q.Promise<{}>;