import * as mod from "https://dotland.deno.dev/x/denon@2.5.0/src/scripts.ts";
Functions
Build deno flags from ScriptOptions.
|
Interfaces
Environment variables in a map.
| |
Deno CLI flags in a map.
| |
Most complete representation of a script. Can
be configured in details as it extends | |
Additional script options. | |
Map of declared scripts,
Used by |
Type Aliases
A runnable script. Can be as simple as a string: | |
A collection of runnable scripts. See Script |