UNPKG

hexo-cli

Version:

Command line interface for Hexo

6 lines (5 loc) 126 B
interface findPkgArgs { cwd?: string; } declare function findPkg(cwd: string, args?: findPkgArgs): any; export = findPkg;