Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/devops/deps.ts>dtils.DenoOptions

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

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