UNPKG

sync-worktrees

Version:

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

4 lines 237 B
import type { Config } from "../types"; export declare function generateConfigFile(config: Config, configPath: string): Promise<void>; export declare function getDefaultConfigPath(): string; //# sourceMappingURL=config-generator.d.ts.map