Files
blog/node_modules/hexo-cli/dist/find_pkg.d.ts
2025-07-16 16:30:56 +00:00

6 lines
126 B
TypeScript

interface findPkgArgs {
cwd?: string;
}
declare function findPkg(cwd: string, args?: findPkgArgs): any;
export = findPkg;