UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

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;