default: {
ENTRY_MAP: Map<string, string>;
getClientAssets: (requestedEntries?: unknown[]) => ClientAssetsResult;
getManifest: () => Manifest;
resetManifestCache: () => void;
setManifestDir: (dir: string) => void;
} = ...
Type declaration
ENTRY_MAP: Map<string, string>
getClientAssets: (requestedEntries?: unknown[]) => ClientAssetsResult
getManifest: () => Manifest
resetManifestCache: () => void
setManifestDir: (dir: string) => void
Convenience bag mirroring the previous CommonJS export shape.