tscoverage/dist/npmts.plugins.d.ts

28 lines
871 B
TypeScript
Raw Normal View History

2016-07-01 02:28:34 +02:00
import "typings-global";
export import beautylog = require("beautylog");
export declare let gulp: any;
export declare let g: {
2016-07-15 18:18:11 +02:00
babel: any;
2016-07-16 19:05:12 +02:00
istanbul: any;
2016-07-01 02:28:34 +02:00
gFunction: any;
2016-07-15 18:18:11 +02:00
injectModules: any;
2016-07-01 02:28:34 +02:00
mocha: any;
replace: any;
2016-07-08 04:00:52 +02:00
sourcemaps: any;
2016-07-15 00:38:41 +02:00
typedoc: any;
2016-07-01 02:28:34 +02:00
};
export declare let lodashObject: any;
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");
export declare let smartcov: any;
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 05:58:51 +02:00
export import tsn = require("tsn");