Skip to main content
Module

x/molt/git.ts>GitCommit

🦕 A Deno module to update dependencies with deno_graph
Go to Latest
interface GitCommit
implements CommitProps
import { type GitCommit } from "https://deno.land/x/molt@0.9.1/git.ts";

Properties

message: string
updates: DependencyUpdate[]
variable GitCommit
import { GitCommit } from "https://deno.land/x/molt@0.9.1/git.ts";

type

{ exec; }