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

x/yxz/path/mod.ts>Path#glob

Deno Standard Extensions
Latest
method Path.prototype.glob
import { Path } from "https://deno.land/x/yxz@0.32.0/path/mod.ts";

Parameters

glob: string
optional
opts: GlobOptions = [UNSUPPORTED]

Returns

AsyncIterableIterator<Path>