bookr-cli
Version:
A terminal-based CLI tool to book time in Jira using the Tempo plugin by parsing your current Git branch name
11 lines • 381 B
TypeScript
/**
* Format date range for display
*/
export declare function formatDateRange(startDate: Date, endDate: Date): string;
export declare function getTodayISO(): string;
export declare function getYesterdayISO(): string;
/**
* Round a date down to the previous 15-minute mark
*/
export declare function roundToNearest15Minutes(date: Date): Date;
//# sourceMappingURL=date.d.ts.map