UNPKG

87 BTypeScriptView Raw
1declare function pkgUp(opts?: { cwd?: string }): string | null;
2
3export default pkgUp;