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.

5 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_ENVIRONMENT = 'stag'; exports.DEFAULT_BASE_URL_CREATOR = function (env) { return "https://aard-gateway-" + env + ".inyourarea.co.uk"; }; //# sourceMappingURL=recorder.const.js.map