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

x/dnt/lib/utils.ts>glob

Deno to npm package build tool.
Latest
function glob
import { glob } from "https://deno.land/x/dnt@0.40.0/lib/utils.ts";

Gets the files found in the provided root dir path based on the glob.

Parameters

options: { pattern: string; rootDir: string; excludeDirs: string[]; }