git-root2
TypeScript icon, indicating that this package has built-in type declarations

1.0.41 • Public • Published

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;

/git-root2/

    Package Sidebar

    Install

    npm i git-root2

    Weekly Downloads

    90

    Version

    1.0.41

    License

    ISC

    Unpacked Size

    15.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • bluelovers