(e, n)
| 991 | return r; |
| 992 | } |
| 993 | function qn(e, n) { |
| 994 | return t |
| 995 | .array(e) |
| 996 | .reduce( |
| 997 | (e, t) => ( |
| 998 | e.field.push(ma(t, n)), |
| 999 | e.order.push(t.sort ?? "ascending"), |
| 1000 | e |
| 1001 | ), |
| 1002 | { field: [], order: [] }, |
| 1003 | ); |
| 1004 | } |
| 1005 | function Un(e, t) { |
| 1006 | const n = [...e]; |
| 1007 | return ( |
no test coverage detected