"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEBUG = false; exports.debug = exports.DEBUG ? console.log.bind(console) : function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } }; //# sourceMappingURL=debug-log.js.map