UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

13 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAppVersion = void 0; function getAppVersion() { try { return require('../../package.json').version; } catch (_a) { return "Unknown"; } } exports.getAppVersion = getAppVersion; //# sourceMappingURL=app.js.map