| 1 | (function(global2, factory) { |
| 2 | typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.dhtmlxscheduler = {})); |
| 3 | })(this, function(exports2) { |
| 4 | "use strict";/** @license |
nothing calls this directly
no test coverage detected