UNPKG

sync-worktrees

Version:

Automatically synchronize Git worktrees with remote branches - perfect for multi-branch development workflows

3 lines 171 B
import type { Config } from "../types"; export declare function promptForConfig(partialConfig: Partial<Config>): Promise<Config>; //# sourceMappingURL=interactive.d.ts.map