MCPcopy Index your code
hub / github.com/callstack/agent-device / numberField

Function numberField

src/commands/command-input.ts:160–162  ·  view source on GitHub ↗
(description?: string)

Source from the content-addressed store, hash-verified

158}
159
160export function numberField(description?: string): CommandField<number> {
161 return optionalField(numberSchema(description), optionalNumberValue);
162}
163
164export function integerField(
165 description?: string,

Callers 2

settings.tsFile · 0.90
metadata.tsFile · 0.90

Calls 2

optionalFieldFunction · 0.85
numberSchemaFunction · 0.70

Tested by

no test coverage detected