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

Synchronous version of expandGlob().

Parameters

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

Returns

IterableIterator<WalkEntry>