(t)
| 7652 | return new Nl(); |
| 7653 | } |
| 7654 | function Rl(t) { |
| 7655 | let e = 3; |
| 7656 | return ( |
| 7657 | (t.digits = function (n) { |
| 7658 | if (!arguments.length) return e; |
| 7659 | if (null == n) e = null; |
| 7660 | else { |
| 7661 | const t = Math.floor(n); |
| 7662 | if (!(t >= 0)) throw new RangeError(`invalid digits: ${n}`); |
| 7663 | e = t; |
| 7664 | } |
| 7665 | return t; |
| 7666 | }), |
| 7667 | () => new Nl(e) |
| 7668 | ); |
| 7669 | } |
| 7670 | function Ll(t) { |
| 7671 | return t.innerRadius; |
| 7672 | } |
no outgoing calls
no test coverage detected