npmci/dist/npmci.trigger.d.ts

4 lines
129 B
TypeScript
Raw Normal View History

/// <reference types="q" />
2016-11-24 22:21:40 +00:00
import * as plugins from './npmci.plugins';
export declare let trigger: () => plugins.q.Promise<{}>;