Skip to main content
Module

x/denon/deps.ts

👀 Monitor any changes in your Deno application and automatically restart.
Very Popular
Latest
import * as mod from "https://deno.land/x/denon@2.5.0/deps.ts";

Functions

Set text color to blue.

Make the text bold.

Creates a Promise with the reject and resolve functions placed as methods on the promise object itself. It allows you to do:

f
exists
deprecated

Test whether or not the given path exists by checking with the file system

f
existsSync
deprecated

Test whether or not the given path exists by checking with the file system

Convert a glob string to a regular expression.

Attempts to grant a set of permissions, resolving with the descriptors of the permissions that are granted.

Set text color to gray.

Set text color to green.

Make the text italic.

Modify default deno logger with configurable log level.

Parses content as single YAML document.

Set text color to red.

Reset the text modified

Set changing text color to enabled or disabled

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.

Set text color to yellow.