Const
Lifts a value into an Err async result.
Err
const r = errAsync({ kind: "not_found" as const }); Copy
const r = errAsync({ kind: "not_found" as const });
Lifts a value into an
Errasync result.