smartcheck/ts/index.ts

10 lines
248 B
TypeScript
Raw Normal View History

2015-11-28 21:20:24 +00:00
/// <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;