git-root2
v1.0.41
Published
get git root path
Downloads
681
Readme
git-root2
get git root path
declare function gitRoot(cwd?: string): string;
declare const _default: typeof gitRoot & {
gitRoot(cwd?: string): string;
default(cwd?: string): string;
async(cwd?: string): Promise<string>;
};
export = _default;