JSPM

  • Created
  • Published
  • Downloads 146
  • Score
    100M100P100Q80717F
  • License ISC

get git root path

Package Exports

  • git-root2
  • git-root2/core
  • git-root2/core.js
  • git-root2/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-root2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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;