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

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

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

Expand the glob string from the specified root directory and yield each result as a WalkInfo object.

Parameters

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

Returns

AsyncIterableIterator<WalkInfo>