eventbrite
Version:
The official JavaScript SDK for the Eventbrite v3 API
26 lines (24 loc) • 755 B
JavaScript
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["exports"], factory);
} else if (typeof exports !== "undefined") {
factory(exports);
} else {
var mod = {
exports: {}
};
factory(mod.exports);
global.constants = mod.exports;
}
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.CONTINUATION_KEY = _exports.PAGE_KEY = void 0;
var PAGE_KEY = 'page';
_exports.PAGE_KEY = PAGE_KEY;
var CONTINUATION_KEY = 'continuation';
_exports.CONTINUATION_KEY = CONTINUATION_KEY;
});
//# sourceMappingURL=constants.js.map