UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

10 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ClientChannelMeta = (function () { function ClientChannelMeta(init) { Object.assign(this, init); } return ClientChannelMeta; }()); exports.default = ClientChannelMeta; //# sourceMappingURL=ClientChannelMeta.js.map