UNPKG

@grafana/faro-core

Version:
13 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseInstrumentation = void 0; const extensions_1 = require("../extensions"); class BaseInstrumentation extends extensions_1.BaseExtension { constructor() { super(...arguments); this.api = {}; this.transports = {}; } } exports.BaseInstrumentation = BaseInstrumentation; //# sourceMappingURL=base.js.map