@inyourarea/aard-client-js
Version:
A JavaScript tracking library for the Aard Platform at InYourArea.co.uk. Record and track activity across the different services of the platform.
13 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createLogger = function (active) {
return function () {
var msg = [];
for (var _i = 0; _i < arguments.length; _i++) {
msg[_i] = arguments[_i];
}
// tslint:disable-next-line: no-console
active && console.log.apply(console, msg);
};
};
//# sourceMappingURL=helpers.utils.js.map