()
| 33 | } |
| 34 | |
| 35 | export function lastWeek() { |
| 36 | return sub(new Date(), { days: 7 }); |
| 37 | } |
| 38 | |
| 39 | export function formatDistance(date: string): string { |
| 40 | return utilFormatDistance(new Date(), new Date(date)); |
nothing calls this directly
no outgoing calls
no test coverage detected