pkgUp.d.ts 87 B

123
  1. declare function pkgUp(opts?: { cwd?: string }): string | null;
  2. export default pkgUp;