smartlog-destination-local/ts/beautylog.os.table.js

15 lines
527 B
JavaScript
Raw Permalink Normal View History

2015-11-15 05:15:20 +00:00
/// <reference path="./index.ts" />
var BeautylogOsTable;
(function (BeautylogOsTable) {
function init() {
BeautylogOsTable.cliTable = require("cli-table2");
var beautylogOsTable = {};
beautylogOsTable.new = function (type) {
var newConsoleTable = new ConsoleTable(type);
return newConsoleTable;
};
return beautylogOsTable;
}
BeautylogOsTable.init = init;
})(BeautylogOsTable || (BeautylogOsTable = {}));
2015-11-13 21:53:28 +00:00
//# sourceMappingURL=beautylog.os.table.js.map