Skip to main content
Module

x/dtils/deno.ts>DenoOptions

The best unofficial library of utilities for Deno applications
Go to Latest
interface DenoOptions
import { type DenoOptions } from "https://deno.land/x/dtils@2.5.0/deno.ts";

Properties

optional
watch: boolean

If true, operation will not resolve and continue to keep Deno alive, monitoring the files for changes

optional
quiet: boolean

If true, all output is suppressed