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

x/yxz/path/path.ts>Path#globSync

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

Parameters

glob: string
optional
opts: GlobOptions = [UNSUPPORTED]

Returns

IterableIterator<Path>