UNPKG

vike

Version:

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

4 lines (3 loc) • 174 B
export { findFile }; type Filename = 'package.json' | 'vike.config.js' | 'vike.config.ts'; declare function findFile(arg: Filename | Filename[], cwd: string): null | string;