UNPKG

sync-worktrees

Version:

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

10 lines 358 B
export declare function parseDuration(durationStr: string): number | null; export declare function filterBranchesByAge(branches: { branch: string; lastActivity: Date; }[], maxAge: string): { branch: string; lastActivity: Date; }[]; export declare function formatDuration(durationStr: string): string; //# sourceMappingURL=date-filter.d.ts.map