import * as rimbu from "https://deno.land/x/rimbu@1.0.5/common/async-optlazy.ts";
Functions
Returns the value or promised value contained in an | |
Returns the value contained in an |
Type Aliases
A potentially lazy and/or asynchronous value of type T. | |
A type that is either a value T or a promise yielding a value of type T. |