index.d.ts 164 B

123456
  1. export default toplevel;
  2. /**
  3. * Find the next git root
  4. */
  5. declare function toplevel(cwd?: string): Promise<string | undefined>;
  6. //# sourceMappingURL=index.d.ts.map