Skip to main content
Module

x/denon/src/runner.ts

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

Classes

Handle all the things related to process management. Scripts are built into executable commands that are executed by Deno.run() and managed in an Executable object to make available process events.

Interfaces

Runner configuration. This configuration is, in contrast to other, extended by Denon config as scripts has to be a top level parameter.