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

Interface Boolean

packages/effect/src/Schema.ts:3165–3165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3163 * @since 4.0.0
3164 */
3165export interface Boolean extends Bottom<boolean, boolean, never, never, SchemaAST.Boolean, Boolean> {}
3166
3167/**
3168 * Schema for `boolean` values. Validates that the input is `typeof` `"boolean"`.

Callers 2

TxHashMap.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected