(rows: [Array<string>, Array<any>])
| 426 | return obj |
| 427 | } |
| 428 | const extractObject = (rows: [Array<string>, Array<any>]) => rows[1].map((row) => rowToObject(rows[0], row)) |
| 429 | const extractRows = (rows: [Array<string>, Array<any>]) => rows[1] |
| 430 | |
| 431 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…