UNPKG

vike

Version:

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

8 lines (7 loc) • 269 B
export { deduceRouteStringFromFilesystemPath }; export type { FilesystemRoot }; type FilesystemRoot = { filesystemRoot: string; urlRoot: string; }; declare function deduceRouteStringFromFilesystemPath(pageId: string, filesystemRoots: FilesystemRoot[]): string;