UNPKG

ts-packager

Version:
10 lines 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log = void 0; const ts_tiny_log_1 = require("ts-tiny-log"); /** * You can replace or extend the log, but it should implement LogInterface * from ts-tiny-log */ exports.log = new ts_tiny_log_1.Log({}); //# sourceMappingURL=log.js.map