vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
8 lines (7 loc) • 358 B
TypeScript
export { assertDefaultExports };
export { assertExportValues };
export { forbiddenDefaultExports };
import type { PageFile } from './getPageFileObject.js';
declare function assertExportValues(pageFile: PageFile): void;
declare const forbiddenDefaultExports: string[];
declare function assertDefaultExports(defaultExportName: string, filePath: string): void;