npmci/dist/npmci.command.d.ts

5 lines
154 B
TypeScript
Raw Normal View History

/// <reference types="q" />
2016-06-11 18:22:00 +00:00
import "typings-global";
import * as plugins from "./npmci.plugins";
export declare let command: () => plugins.q.Promise<{}>;