Const
Wraps a PromiseLike<T> that never rejects into ResultAsync. Skips the onReject mapper. Use only when the promise is provably safe.
PromiseLike<T>
onReject
Wraps a
PromiseLike<T>that never rejects into ResultAsync. Skips theonRejectmapper. Use only when the promise is provably safe.