eventbrite
Version:
The official JavaScript SDK for the Eventbrite v3 API
17 lines (16 loc) • 435 B
JavaScript
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define([], factory);
} else if (typeof exports !== "undefined") {
factory();
} else {
var mod = {
exports: {}
};
factory();
global.types = mod.exports;
}
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function () {
"use strict";
});
//# sourceMappingURL=types.js.map