astro-ghostcms/.pnpm-store/v3/files/31/6f724224c8b9aea146b97afe487...

7 lines
242 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export declare class NoPkgJsonFound extends Error {
directory: string;
constructor(directory: string);
}
export declare function findRoot(cwd: string): Promise<string>;
export declare function findRootSync(cwd: string): string;