UNPKG

vike

Version:

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

5 lines (4 loc) • 186 B
export { isImportPath }; export { isImportPathRelative }; declare function isImportPath(importPath: string): boolean; declare function isImportPathRelative(importPath: string): boolean;