Skip to main content
Module

std/fs/expand_glob.ts>expandGlob

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function expandGlob
import { expandGlob } from "https://deno.land/std@v0.34.0/fs/expand_glob.ts";

Expand the glob string from the specified root directory and yield each result as a WalkInfo object.

Parameters

glob: string
optional
unnamed 1: ExpandGlobOptions = [UNSUPPORTED]

Returns

AsyncIterableIterator<WalkInfo>