(error: Formatter<E>, defect: Formatter<unknown>)
| 9317 | toCodecJson: () => |
| 9318 | link<globalThis.FormData>()( |
| 9319 | ArraySchema( |
| 9320 | Tuple([ |
| 9321 | String, |
| 9322 | Union([ |
| 9323 | Struct({ _tag: tag("String"), value: String }), |
| 9324 | Struct({ _tag: tag("File"), value: File }) |
| 9325 | ]) |
no test coverage detected
searching dependent graphs…