MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / isNumberValuedLabel

Function isNumberValuedLabel

shared-dom/src/language/stringLabels.ts:121–122  ·  view source on GitHub ↗
(x: string)

Source from the content-addressed store, hash-verified

119 noteTagCount,
120]
121export const isNumberValuedLabel = (x: string) =>
122 numberValuedLabels.includes(x as never)

Callers 2

queryCompletionFunction · 0.90
queryEditor.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected