Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/fs/mod.ts>expandGlobSync

Deno standard library
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@0.51.0/fs/mod.ts";

Synchronous version of expandGlob().

Parameters

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

Returns

IterableIterator<WalkEntry>