smartlog-destination-local/ts/beautylog.os.table.js
Philipp Kunz be71cdb472 closes #3
2015-11-15 06:15:20 +01:00

15 lines
527 B
JavaScript

/// <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 = {}));
//# sourceMappingURL=beautylog.os.table.js.map