UNPKG

77 BTypeScriptView Raw
1declare function pkgDir(cwd: string): string | null;
2
3export default pkgDir;