(date: Date)
| 22 | |
| 23 | /* TODO: Refactor to support pluralization of other languages */ |
| 24 | export const calculateTimeLeftString = (date: Date) => |
| 25 | calculateTimeLeftStringCore(date, pollTimeStrings); |
nothing calls this directly
no outgoing calls
no test coverage detected