@ahoo-wang/fetcher-wow 3.16.8 → 3.16.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -178,7 +178,7 @@ function ce(...e) {
178
178
  let t = [];
179
179
  return e.forEach((e) => {
180
180
  e?.operator === v.ALL || !y(e) || (e.operator === v.AND && e.children ? t.push(...e.children) : t.push(e));
181
- }), {
181
+ }), t.length === 0 ? T() : {
182
182
  operator: v.AND,
183
183
  children: t
184
184
  };