Skip to content
English

tryOf

tryOf<T>(compute): Try<T>

Defined in: src/util/Try.ts:159

Run compute and wrap the outcome. Any thrown value becomes Failure.

T

() => T

Try<T>