(e)
| 9 | })(this, function (e, t) { |
| 10 | "use strict"; |
| 11 | function n(e) { |
| 12 | var t = Object.create(null); |
| 13 | return ( |
| 14 | e && |
| 15 | Object.keys(e).forEach(function (n) { |
| 16 | if ("default" !== n) { |
| 17 | var r = Object.getOwnPropertyDescriptor(e, n); |
| 18 | Object.defineProperty( |
| 19 | t, |
| 20 | n, |
| 21 | r.get |
| 22 | ? r |
| 23 | : { |
| 24 | enumerable: !0, |
| 25 | get: function () { |
| 26 | return e[n]; |
| 27 | }, |
| 28 | }, |
| 29 | ); |
| 30 | } |
| 31 | }), |
| 32 | (t.default = e), |
| 33 | Object.freeze(t) |
| 34 | ); |
| 35 | } |
| 36 | var r, |
| 37 | i = n(e), |
| 38 | o = n(t), |
no outgoing calls
no test coverage detected