/// /// var beautylog = require("beautylog")("os"); var smartcheck:any = {}; smartcheck.newStorage = function() { return new CheckStorage; }; module.exports = smartcheck;