Skip to main content
Module

x/dtils/deno.ts>DenoExecOptions

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

Properties

optional
permissions: DenoExecPermissions

The permissions to execute files with

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

optional
unstable: boolean

If true, operation be provided with the unstable apis of the Deno runtime