UNPKG

389 BJavaScriptView Raw
1"use strict";
2/**
3 * Just a wrapper to Timbr
4 * for backward compatibility.
5 */
6Object.defineProperty(exports, "__esModule", { value: true });
7var timbr_1 = require("timbr");
8exports.Timbr = timbr_1.Timbr;
9var instance;
10var get = function (options) {
11 if (instance)
12 return instance;
13 return new timbr_1.Timbr(options);
14};
15exports.get = get;
16//# sourceMappingURL=logger.js.map
\No newline at end of file