UNPKG

sync-worktrees

Version:

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

9 lines 529 B
import type { Config, ConfigFile, RepositoryConfig } from "../types"; export declare class ConfigLoaderService { loadConfigFile(configPath: string): Promise<ConfigFile>; private validateConfigFile; resolveRepositoryConfig(repo: RepositoryConfig, defaults?: Partial<Config>, configDir?: string, globalRetry?: Config["retry"]): RepositoryConfig; private resolvePath; filterRepositories(repositories: RepositoryConfig[], filter?: string): RepositoryConfig[]; } //# sourceMappingURL=config-loader.service.d.ts.map