UNPKG

125 BTypeScriptView Raw
1declare module 'findup' {
2 const findup: {
3 sync(cwd: string, path: string): string;
4 };
5 export = findup;
6}