get git root path
npm install git-root2get git root path
``ts``
declare function gitRoot(cwd?: string): string;
declare const _default: typeof gitRoot & {
gitRoot(cwd?: string): string;
default(cwd?: string): string;
async(cwd?: string): Promise
};
export = _default;