tscoverage/dist/npmts.promisechain.d.ts

6 lines
176 B
TypeScript
Raw Normal View History

2016-07-01 00:28:34 +00:00
/// <reference types="q" />
2016-09-06 15:21:25 +00:00
import { Ora } from 'beautylog';
2016-10-02 18:35:13 +00:00
import * as q from 'q';
2016-07-01 00:28:34 +00:00
export declare let npmtsOra: Ora;
2016-10-02 18:35:13 +00:00
export declare let run: (argvArg: any) => q.Promise<{}>;