-
Notifications
You must be signed in to change notification settings - Fork 0
Function.safeTryAsync
GitHub Actions edited this page May 22, 2025
·
28 revisions
resultar / safeTryAsync
safeTryAsync<
T,E>(body):ResultAsync<T,E>
Defined in: result-async.ts:457
T
E
() => AsyncGenerator<Result<never, E>, Result<T, E>>
ResultAsync<T, E>
Use safeTry instead.
safeTry
This will be removed in the next major version.