UNPKG

residence

Version:

Find project root given current working directory

4 lines (3 loc) 183 B
export declare const r2gSmokeTest: () => boolean; export declare const findRootDir: (pth: string, f: string) => string; export declare const findProjectRoot: (pth: string) => string;