MCPcopy
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
86export function sortDate(value?: string) {
87 return value ?? "";
88}
89
90export function sortNumber(value?: number) {
91 return value === undefined ? "" : String(value);

Callers 2

LabsPageFunction · 0.85
ModelTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected