| 7 | dayjs.extend(duration); |
| 8 | |
| 9 | export interface NextRepTimeProps { |
| 10 | rem: IncrementalRem; |
| 11 | } |
| 12 | |
| 13 | export function durationToHumanReadable(duration: any) { |
| 14 | return Math.round(duration.asMinutes()) == 0 |
nothing calls this directly
no outgoing calls
no test coverage detected