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

Function boolean

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

Source from the content-addressed store, hash-verified

1334 * @since 2.0.0
1335 */
1336export function boolean(name?: string) {
1337 return schema(Boolean, name)
1338}
1339
1340/**
1341 * Creates a config for a `Duration` value parsed from a human-readable

Callers

nothing calls this directly

Calls 1

schemaFunction · 0.70

Tested by

no test coverage detected