UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

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