UNPKG

vite

Version:

Native-ESM powered web dev build tool

9 lines (8 loc) 278 B
/** * Search up for the nearest `package.json` */ export declare function searchForPackageRoot(current: string, root?: string): string; /** * Search up for the nearest workspace root */ export declare function searchForWorkspaceRoot(current: string, root?: string): string;