tscoverage/dist/npmts.plugins.d.ts

29 lines
929 B
TypeScript
Raw Normal View History

2016-07-01 00:28:34 +00:00
import "typings-global";
export import beautylog = require("beautylog");
export declare let gulp: any;
export declare let g: {
2016-07-15 16:18:11 +00:00
babel: any;
2016-07-16 17:05:12 +00:00
istanbul: any;
2016-07-01 00:28:34 +00:00
gFunction: any;
2016-07-15 16:18:11 +00:00
injectModules: any;
2016-07-01 00:28:34 +00:00
mocha: any;
replace: any;
2016-07-08 02:00:52 +00:00
sourcemaps: any;
2016-07-14 22:38:41 +00:00
typedoc: any;
2016-07-01 00:28:34 +00:00
};
export declare let lodashObject: any;
2016-07-17 15:13:47 +00:00
export import npmextra = require("npmextra");
2016-07-01 00:28:34 +00:00
export import projectinfo = require("projectinfo");
export import path = require("path");
export import Q = require("q");
export import shelljs = require("shelljs");
export declare let smartci: any;
export import smartcli = require("smartcli");
2016-07-23 00:05:56 +00:00
export import smartcov = require("smartcov");
2016-07-01 00:28:34 +00:00
export import smartenv = require("smartenv");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");
export import smartstring = require("smartstring");
export declare let sourceMapSupport: any;
2016-07-01 03:58:51 +00:00
export import tsn = require("tsn");