tscoverage/ts/index.ts

14 lines
504 B
TypeScript
Raw Normal View History

2016-01-14 18:25:36 +00:00
/// <reference path="./typings/tsd.d.ts" />
2016-01-16 13:33:09 +00:00
/// <reference path="./npmts.plugins.ts" />
/// <reference path="./npmts.cli.ts" />
/// <reference path="./npmts.paths.ts" />
2016-01-25 19:52:29 +00:00
/// <reference path="./npmts.options.ts" />
2016-01-16 13:33:09 +00:00
/// <reference path="./npmts.custom.ts" />
/// <reference path="./npmts.default.ts" />
2016-01-30 03:57:24 +00:00
/// <reference path="./npmts.tests.ts" />
/// <reference path="./npmts.promisechain.ts" />
2016-01-16 13:33:09 +00:00
var plugins = NpmtsPlugins.init();
var paths = NpmtsPaths.init();
2016-01-30 04:29:54 +00:00
var promisechain = NpmtsPromisechain.init();