UNPKG

@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.

14 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVersionType = exports.setVersionType = void 0; // Default value will be updated to 'web' in `bundle-umd.ts` for web build. var _version = 'npm'; function setVersionType(version) { _version = version; } exports.setVersionType = setVersionType; function getVersionType() { return _version; } exports.getVersionType = getVersionType; //# sourceMappingURL=version-type.js.map