Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function expandGlob
import { expandGlob } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/fs/mod.ts";

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

Parameters

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

Returns

AsyncIterableIterator<WalkEntry>