tscoverage/dist/npmts.check.d.ts

4 lines
139 B
TypeScript
Raw Normal View History

2016-07-28 01:10:51 +00:00
/// <reference types="q" />
import * as plugins from "./npmts.plugins";
export declare let run: (configArg: any) => plugins.Q.Promise<{}>;