Retrieves the files matching the specified pattern.
function
fs.promises.glob
pattern: string | string[],
Retrieves the files matching the specified pattern.
pattern: string | string[],
): AsyncIterator<string>;
Retrieves the files matching the specified pattern.
pattern: string | string[],
Retrieves the files matching the specified pattern.