Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function expandGlobSync
import { expandGlobSync } from "https://deno.land/std@v0.41.0/fs/expand_glob.ts";

Synchronous version of expandGlob().

Parameters

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

Returns

IterableIterator<WalkEntry>