(args: readonly string[]): RuntimeDeps Create a runtime backed by Deno APIs.
Returns an object satisfying all *Deps interfaces from deps.ts.
Pass to shared functions that accept EnvDeps, FsReadDeps, etc.
args
CLI arguments (typically Deno.args)
type
readonly string[]returns
RuntimeDeps runtime implementation using Deno APIs