import * as deps 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
f blue | |
f bold | |
Generate a regex based on glob pattern and options
This was meant to be using the the | |
f red | |
f walk | 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 |