Files
lcbp3.np-dms.work/frontend/node_modules/eslint-module-utils/readPkgUp.d.ts
2025-09-21 20:29:15 +07:00

6 lines
157 B
TypeScript
Executable File

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