UNPKG

@expressots/cli

Version:

Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)

6 lines (5 loc) 145 B
declare function hasFolder(rootDir: string, ignoreList?: Array<string>): { found: boolean; path: string | null; }; export { hasFolder };