tscoverage/dist/npmts.check.d.ts

6 lines
233 B
TypeScript
Raw Normal View History

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