UNPKG

react-styleguidist

Version:
7 lines (6 loc) 125 B
declare module 'findup' { const findup: { sync(cwd: string, path: string): string; }; export = findup; }