UNPKG

@astrojs/vercel

Version:
5 lines (4 loc) 140 B
/** * Search up for the nearest workspace root */ export declare function searchForWorkspaceRoot(current: string, root?: string): string;