vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
8 lines (7 loc) • 302 B
TypeScript
export { getManifestEntry };
import type { ViteManifest, ViteManifestEntry } from '../../../../types/ViteManifest.js';
import '../../../assertEnvServer.js';
declare function getManifestEntry(id: string, assetsManifest: ViteManifest): {
manifestKey: string;
manifestEntry: ViteManifestEntry;
};