UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

4 lines (3 loc) • 140 B
export { getExportNames }; import type { PageFile } from '../getPageFileObject.js'; declare function getExportNames(p: PageFile): string[];