Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denox/src/interfaces.ts>DenoOptionsEntries

Script runner and workspace configuration for Deno
Latest
type alias DenoOptionsEntries
import { type DenoOptionsEntries } from "https://deno.land/x/denox@0.4.0/src/interfaces.ts";
definition: { [key: string]: DenoOptionValue; }