Skip to content

Function.safeTryAsync

GitHub Actions edited this page Oct 4, 2024 · 31 revisions

resultar / safeTryAsync

Function: safeTryAsync()

safeTryAsync<T, E>(body): ResultAsync<T, E>

Type Parameters

T

E

Parameters

body

Returns

ResultAsync<T, E>

Deprecated

Use safeTry instead.

See

safeTry

This will be removed in the next major version.

Defined in

result-async.ts:352

Clone this wiki locally