default: {
    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.

Type declaration

  • ENTRY_MAP: Map<string, string>
  • getClientAssets: (requestedEntries?: unknown[]) => ClientAssetsResult
  • getManifest: () => Manifest
  • resetManifestCache: () => void
  • setManifestDir: (dir: string) => void