@segment/analytics-next
Version:
Analytics Next (aka Analytics 2.0) is the latest version of Segment’s JavaScript SDK - enabling you to send your data to any tool without having to learn, test, or use a new API every time.
7 lines • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pTimeout = exports.invokeCallback = void 0;
var analytics_core_1 = require("@segment/analytics-core");
Object.defineProperty(exports, "invokeCallback", { enumerable: true, get: function () { return analytics_core_1.invokeCallback; } });
Object.defineProperty(exports, "pTimeout", { enumerable: true, get: function () { return analytics_core_1.pTimeout; } });
//# sourceMappingURL=index.js.map