True Myth / standard-schema / ParseTask
Type Alias: ParseTask<T>
ParseTask<
T
> =Task
<T
,FailureResult
>
The result of parsing data with an asynchronous Standard Schema-compliant schema. Just a Task
whose rejection type is always a Standard Schema FailureResult
.
Type Parameters
T
T