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