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

x/deno/std/fs/expand_glob.ts>expandGlobSync

A modern runtime for JavaScript and TypeScript.
Go to Latest
function expandGlobSync
import { expandGlobSync } from "https://deno.land/x/deno@v0.28.0/std/fs/expand_glob.ts";

Synchronous version of expandGlob().

Parameters

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

Returns

IterableIterator<WalkInfo>