(element: boolean)
| 544 | } |
| 545 | } |
| 546 | const truthy = (element: boolean) => element == false; |
| 547 | if (bool.some(truthy)) { |
| 548 | throw Error( |
| 549 | `Params Error: Required parameter not found. Your params must include the following [${paramsNeeded}]` |
nothing calls this directly
no outgoing calls
no test coverage detected