tscoverage/dist/npmts.check.d.ts

6 lines
233 B
TypeScript
Raw Permalink Normal View History

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