type AsyncOptLazy<T,A>
A potentially lazy and/or asynchronous value of type T.
Companion namespace: AsyncOptLazy
Definition
export type AsyncOptLazy<T, A extends any[] = []> =
OptLazy
<
MaybePromise
<T>, A>;
type AsyncOptLazy<T,A>
A potentially lazy and/or asynchronous value of type T.
Companion namespace: AsyncOptLazy
export type AsyncOptLazy<T, A extends any[] = []> =
OptLazy
<
MaybePromise
<T>, A>;