Retrieves the files matching the specified pattern.
function
fs.glob
pattern: string | string[],
callback: (err: null | ErrnoException, matches: string[]) => void
): void;
pattern: string | string[],
): void;
Retrieves the files matching the specified pattern.
pattern: string | string[],
callback: (err: null | ErrnoException, matches: string[]) => void
): void;
Retrieves the files matching the specified pattern.
pattern: string | string[],
): void;
Retrieves the files matching the specified pattern.