UNPKG

eslint-config-lemon

Version:

<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>

14 lines (10 loc) 232 B
type Options = { cwd?: string; dot?: boolean; absolute?: boolean; filesOnly?: boolean; flush?: boolean; }; type FilePath = string; declare function glob(str: string, opts?: Options): Promise<FilePath[]>; export = glob;