Skip to main content
Go to Latest
method Command.prototype.findEnvVar
Re-export
import { Command } from "https://deno.land/x/commit_genius@v0.2.0/deps.ts";

Parameters

names: readonly string[]

Returns

Promise<{ name: string; value: string; } | undefined>