UNPKG

@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.

11 lines 346 B
export var 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