pkgDir.d.ts 77 B

123
  1. declare function pkgDir(cwd: string): string | null;
  2. export default pkgDir;