(args?: readonly string[]): RuntimeDeps Create a RuntimeDeps backed by Node.js APIs.
args
CLI arguments (typically process.argv.slice(2))
type
readonly string[] default
process.argv.slice(2)returns
RuntimeDeps RuntimeDeps implementation using Node.js runtime