(key1)
| 106628 | return _ === Object(_); |
| 106629 | } |
| 106630 | const isLegalKey = (key1)=>key1 !== "__proto__"; |
| 106631 | function mergeConfig(...configs) { |
| 106632 | return configs.reduce((out, source)=>{ |
| 106633 | for(const key2 in source)if (key2 === "signals") // for signals, we merge the signals arrays |