MCPcopy Create free account
hub / github.com/Effect-TS/effect / finite

Function finite

packages/effect/src/Config.ts:1214–1216  ·  view source on GitHub ↗
(name?: string)

Source from the content-addressed store, hash-verified

1212 * @since 4.0.0
1213 */
1214export function finite(name?: string) {
1215 return schema(Schema.Finite, name)
1216}
1217
1218/**
1219 * Creates a config for an integer value. Rejects floats.

Callers

nothing calls this directly

Calls 1

schemaFunction · 0.70

Tested by

no test coverage detected