Skip to main content
Module

x/deps/deps.ts

🕴deps.ts manager for Deno (highly WIP)
Latest
import * as mod from "https://deno.land/x/deps@0.0.0/deps.ts";

Enums

Get log level numeric values through enum constants

Get log level numeric values through enum constants

Functions

Generate a regex based on glob pattern and options This was meant to be using the the fs.walk function but can be used anywhere else. Examples:

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient.

Type Aliases

Union of valid log level strings