tscoverage/dist/npmts.watch.d.ts

4 lines
139 B
TypeScript
Raw Normal View History

2016-09-22 21:23:16 +00:00
/// <reference types="q" />
import * as plugins from './npmts.plugins';
export declare let run: (configArg: any) => plugins.q.Promise<{}>;