Skip to main content
Module

std/fs/expand_glob.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.221.0/fs/expand_glob.ts";

Functions

Returns an async iterator that yields each file path matching the given glob pattern. The file paths are relative to the provided root directory. If root is not provided, the current working directory is used. The root directory is not included in the yielded file paths.

Returns an iterator that yields each file path matching the given glob pattern. The file paths are relative to the provided root directory. If root is not provided, the current working directory is used. The root directory is not included in the yielded file paths.