MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / calculateTimeLeftString

Function calculateTimeLeftString

src/helpers/pollTime.ts:24–25  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

22
23/* TODO: Refactor to support pluralization of other languages */
24export const calculateTimeLeftString = (date: Date) =>
25 calculateTimeLeftStringCore(date, pollTimeStrings);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected