MCPcopy 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
111export const isDateValuedLabel = (x: string) =>
112 dateValuedLabels.includes(x as never)
113
114export const numberValuedLabels = [
115 reps,

Callers 2

queryCompletionFunction · 0.90
queryEditor.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected