UNPKG

@embrace-io/web-sdk

Version:
21 lines (20 loc) 543 B
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); //#region src/exporters/BaseFetchExporter/BaseFetchExporter.ts var BaseFetchExporter = class { _delegate; constructor(_delegate) { this._delegate = _delegate; } export(items, resultCallback) { this._delegate.export(items, resultCallback); } forceFlush() { return this._delegate.forceFlush(); } shutdown() { return this._delegate.shutdown(); } }; //#endregion exports.BaseFetchExporter = BaseFetchExporter; //# sourceMappingURL=BaseFetchExporter.cjs.map