tscoverage/dist/mod00/mod00.clean.d.ts

4 lines
111 B
TypeScript
Raw Normal View History

2016-07-01 02:28:34 +02:00
/// <reference types="q" />
2016-10-02 20:35:13 +02:00
import * as q from 'q';
export declare let run: (configArg: any) => q.Promise<{}>;