(target, all)
| 51 | return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; |
| 52 | }; |
| 53 | var __export = (target, all) => { |
| 54 | for (var name in all) |
| 55 | __defProp(target, name, { get: all[name], enumerable: true }); |
| 56 | }; |
| 57 | var __copyProps = (to, from, except, desc) => { |
| 58 | if (from && typeof from === "object" || typeof from === "function") { |
| 59 | for (let key of __getOwnPropNames(from)) |
no outgoing calls
no test coverage detected