npmci/dist/npmci.command.d.ts

4 lines
129 B
TypeScript
Raw Permalink Normal View History

/// <reference types="q" />
2016-11-25 13:25:45 +01:00
import * as plugins from './npmci.plugins';
export declare let command: () => plugins.q.Promise<{}>;