(t)
| 30187 | const oN = (t) => +t || 0, |
| 30188 | aN = (t) => ({ top: t, bottom: t, left: t, right: t }); |
| 30189 | function sN(t) { |
| 30190 | return A(t) |
| 30191 | ? t.signal |
| 30192 | ? t |
| 30193 | : { |
| 30194 | top: oN(t.top), |
| 30195 | bottom: oN(t.bottom), |
| 30196 | left: oN(t.left), |
| 30197 | right: oN(t.right), |
| 30198 | } |
| 30199 | : aN(oN(t)); |
| 30200 | } |
| 30201 | const uN = (t) => (A(t) && !k(t) ? ot({}, t) : { value: t }); |
| 30202 | function lN(t, e, n, r) { |
| 30203 | if (null != n) { |