UNPKG

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