(_target, _thisArg, args)
| 387 | return makeClient(root, [...prefix, String(prop)], bridge); |
| 388 | }, |
| 389 | apply(_target, _thisArg, args) { |
| 390 | return bridge.call(`${root}.${prefix.join(".")}`, args[0] ?? {}); |
| 391 | }, |
| 392 | }); |
| 393 | |
| 394 | const splitInvokeInput = ( |
no test coverage detected