Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
export
function
humanizeRelative(pastMilliseconds: number) {
29
return
humanizeAbsolute(
new
Date().getTime() - pastMilliseconds);
30
}
Callers
nothing calls this directly
Calls
1
humanizeAbsolute
Function · 0.85
Tested by
no test coverage detected