Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ isDateValuedLabel
Function
isDateValuedLabel
shared-dom/src/language/stringLabels.ts:111–112 ·
view source on GitHub ↗
(x: string)
Source
from the content-addressed store, hash-verified
109
]
110
111
export
const
isDateValuedLabel = (x: string) =>
112
dateValuedLabels.includes(x as never)
113
114
export
const
numberValuedLabels = [
115
reps,
Callers
2
queryCompletion
Function · 0.90
queryEditor.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected