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

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

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

Properties

optional
permissions: DenoExecPermissions

The permissions to execute files with

NOTE: 'inherit' permissions are equivalent to 'all'