The core Loadable functions.
v1.0.0
Static
Resolves a loadable to a promise
The Loadable type.
Loadable value to resolve.
Resolved value or Promise that resolves to the value.
async function demo(loadable: Loadable<string>) { const value: string = await LoadableCore.resolve(loadable);} Copy
async function demo(loadable: Loadable<string>) { const value: string = await LoadableCore.resolve(loadable);}
The core Loadable functions.
Since
v1.0.0