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

7 lines
242 B
Plaintext

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;