(e, t)
| 1003 | ); |
| 1004 | } |
| 1005 | function Un(e, t) { |
| 1006 | const n = [...e]; |
| 1007 | return ( |
| 1008 | t.forEach((e) => { |
| 1009 | for (const t of n) if (X(t, e)) return; |
| 1010 | n.push(e); |
| 1011 | }), |
| 1012 | n |
| 1013 | ); |
| 1014 | } |
| 1015 | function Wn(e, n) { |
| 1016 | return X(e, n) || !n |
| 1017 | ? e |
no test coverage detected