(input: Json)
| 1136 | } |
| 1137 | |
| 1138 | const decodeDefect = (input: Json): unknown => isJsonError(input) ? decodeJsonError(input) : input |
| 1139 | |
| 1140 | /** @internal */ |
| 1141 | export const errorFromJsonError = (options?: ErrorOptions): Transformation<Error, JsonError> => |
no test coverage detected