smartcheck/ts/index.ts
2015-11-28 22:20:24 +01:00

10 lines
248 B
TypeScript

/// <reference path="typings/tsd.d.ts" />
/// <reference path="./classes.ts" />
var beautylog = require("beautylog")("os");
var smartcheck:any = {};
smartcheck.newStorage = function() {
return new CheckStorage;
};
module.exports = smartcheck;