Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
share
/
nodejs
/
tiny-glob
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.d.ts
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;
Save
Cancel