UNPKG

web-atoms-core

Version:
19 lines 642 B
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AjaxOptions = /** @class */ (function () { function AjaxOptions() { } return AjaxOptions; }()); exports.AjaxOptions = AjaxOptions; }); //# sourceMappingURL=AjaxOptions.js.map