Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/models.dev
/ sortDate
Function
sortDate
packages/web/src/shared.ts:86–88 ·
view source on GitHub ↗
(value?: string)
Source
from the content-addressed store, hash-verified
84
}
85
86
export
function
sortDate(value?: string) {
87
return
value ??
""
;
88
}
89
90
export
function
sortNumber(value?: number) {
91
return
value === undefined ?
""
: String(value);
Callers
2
LabsPage
Function · 0.85
ModelTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected