Home > @plasmicapp/loader-fetcher > LoaderBundleCache
LoaderBundleCache interface
Signature:
export interface LoaderBundleCache
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
get | () => Promise<LoaderBundleOutput> | ||
set | (data: LoaderBundleOutput) => Promise<void> |