Searched refs:globAsync (Results 1 – 1 of 1) sorted by relevance
11 function globAsync(pattern: string, options: Parameters<typeof glob>[1]): Promise<string[]> { function24 const files = await globAsync('**/*', {