(_target, _thisArg, _args)
| 8280 | |
| 8281 | }, |
| 8282 | apply(_target, _thisArg, _args) { |
| 8283 | throw TypeError( |
| 8284 | 'Cannot call module exports namespace, it is not a function'); |
| 8285 | |
| 8286 | }, |
| 8287 | construct(_target, _args) { |
| 8288 | throw TypeError( |
| 8289 | 'Cannot construct module exports namespace, it is not a constructor'); |
no outgoing calls
no test coverage detected