readPkgUp.d.ts 157 B

12345
  1. import pkgUp from './pkgUp';
  2. declare function readPkgUp(opts?: Parameters<typeof pkgUp>[0]): {} | { pkg: string, path: string };
  3. export default readPkgUp;