Files
oh-my-opencode/dist/features/background-agent/duration-formatter.d.ts
T

2 lines
73 B
TypeScript
Raw Normal View History

export declare function formatDuration(start: Date, end?: Date): string;