blob: 6382457bec4b48d811b722fea05720990f572476 [file] [log] [blame] [edit]
declare function pkgUp(opts?: { cwd?: string }): string | null;
export default pkgUp;