Skip to main content
Module

x/drake/lib.ts>glob

Drake is a make-like task runner for Deno.
Go to Latest
function glob
import { glob } from "https://deno.land/x/drake@v1.6.0/lib.ts";

Return a sorted array of normalized file names matching the wildcard glob patterns. Valid glob patterns are those supported by Deno's path library. Example: glob("tmp/*.ts", "lib/*.ts", "mod.ts");

Parameters

...patterns: string[]

Returns

string[]