Skip to main content
Module

x/rimbu/mod.ts>AsyncOptLazy

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
namespace AsyncOptLazy
Re-export
import { AsyncOptLazy } from "https://deno.land/x/rimbu@1.2.1/mod.ts";

Functions

Returns the value or promised value contained in an AsyncOptLazy instance of type T.

Returns the value contained in an AsyncOptLazy instance of type T as a promise.

type alias AsyncOptLazy
Re-export
import { type AsyncOptLazy } from "https://deno.land/x/rimbu@1.2.1/mod.ts";

A potentially lazy and/or asynchronous value of type T.

Type Parameters

T
optional
A extends any[] = []
definition: OptLazy<MaybePromise<T>, A>