2021-11-22 09:39:27 -06:00

6 lines
164 B
TypeScript

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