UNPKG

relaycode

Version:

A developer assistant that automates applying code changes from LLMs.

8 lines (5 loc) 199 B
import { Prompter } from '../utils/prompt.cjs'; declare const gitCommitCommand: (options?: { yes?: boolean; }, cwd?: string, prompter?: Prompter) => Promise<void>; export { gitCommitCommand };