Skip to main content
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@v0.34.0/fs/mod.ts";

Synchronous version of expandGlob().

Parameters

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

Returns

IterableIterator<WalkInfo>