W3cubDocs

/Deno

Deno.RunPermissionDescriptor

interface RunPermissionDescriptor {
command?: string | URL;
name: "run";
}

Properties

command?: string | URL
name: "run"