2016-03-22 23:12:17 +00:00
|
|
|
/// <reference path="typings/main.d.ts" />
|
|
|
|
import plugins = require("./smartci.plugins");
|
|
|
|
import SmartCiCheck = require("./smartci.check");
|
|
|
|
import SmartCiGet = require("./smartci.get");
|
|
|
|
let smartci = {
|
|
|
|
check: SmartCiCheck,
|
|
|
|
get: SmartCiGet
|
2015-12-01 05:03:33 +00:00
|
|
|
};
|
|
|
|
|
2016-03-22 23:12:17 +00:00
|
|
|
export = smartci;
|