Skip to main content
Latest
variable getGitName
import { getGitName } from "https://deno.land/x/license@1.0.3/getName.ts";

Get the git user name.

type

() => Promise<string | void>