MCPcopy
hub / github.com/Effect-TS/effect / integer

Function integer

packages/cli/src/internal/options.ts:362–363  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

360
361/** @internal */
362export const integer = (name: string): Options.Options<number> =>
363 makeSingle(name, Arr.empty(), InternalPrimitive.integer)
364
365/** @internal */
366export const keyValueMap = (

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…