Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dax/src/path.ts>PathRef#expandGlobSync

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
method PathRef.prototype.expandGlobSync
import { PathRef } from "https://deno.land/x/dax@0.32.0/src/path.ts";

Synchronously expands the glob using the current path as the root.

Parameters

glob: string | URL
optional
options: Omit<fs.ExpandGlobOptions, "root">

Returns

Generator<WalkEntry, void, unknown>