function glob
glob(pattern: string | string[],callback: (err: ErrnoException | null,matches: string[],) => void,): voidDeprecated
glob(pattern: string | string[],options: GlobOptionsWithFileTypes,callback: (err: ErrnoException | null,matches: Dirent[],) => void,): voidDeprecated
options: GlobOptionsWithFileTypescallback: (err: ErrnoException | null,matches: Dirent[],) => voidvoidglob(pattern: string | string[],options: GlobOptionsWithoutFileTypes,callback: (err: ErrnoException | null,matches: string[],) => void,): voidDeprecated
options: GlobOptionsWithoutFileTypesvoidglob(pattern: string | string[],options: GlobOptions,callback: (err: ErrnoException | null,matches: Dirent[] | string[],) => void,): voidDeprecated
options: GlobOptionscallback: (err: ErrnoException | null,matches: Dirent[] | string[],) => voidvoid