Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/fs/mod.ts>expandGlobSync

Deno standard library
Go to Latest
function expandGlobSync
import { expandGlobSync } from "https://deno.land/std@v0.40.0/fs/mod.ts";

Synchronous version of expandGlob().

Parameters

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

Returns

IterableIterator<WalkInfo>