MCPcopy Create free account
hub / github.com/codicocodes/speedtyper.dev / humanizeRelative

Function humanizeRelative

packages/webapp-next/utils/humanize.ts:28–30  ·  view source on GitHub ↗
(pastMilliseconds: number)

Source from the content-addressed store, hash-verified

26}
27
28export function humanizeRelative(pastMilliseconds: number) {
29 return humanizeAbsolute(new Date().getTime() - pastMilliseconds);
30}

Callers

nothing calls this directly

Calls 1

humanizeAbsoluteFunction · 0.85

Tested by

no test coverage detected