Module

x/denon/src/watcher.ts

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

Classes

Watches for file changes in paths path yielding an array of all of the changes each time one or more changes are detected. It is debounced by interval, recursive, exts, match and skip are filtering the files which will yield a change

Interfaces

A file that was changed, created or removed

All of the options for the watch generator