MCPcopy Index your code
hub / github.com/Effect-TS/effect / integer

Function integer

packages/cli/src/internal/args.ts:256–257  ·  view source on GitHub ↗
(config?: Args.Args.BaseArgsConfig)

Source from the content-addressed store, hash-verified

254
255/** @internal */
256export const integer = (config?: Args.Args.BaseArgsConfig): Args.Args<number> =>
257 makeSingle(Option.fromNullable(config?.name), InternalPrimitive.integer)
258
259/** @internal */
260export const none: Args.Args<void> = (() => {

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected