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

Function Boolean

packages/effect/src/SchemaGetter.ts:756–758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

754 * @since 4.0.0
755 */
756export function Boolean<E>(): Getter<boolean, E> {
757 return transform(globalThis.Boolean)
758}
759
760/**
761 * Coerces a value to `bigint` using the global `BigInt()` constructor.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected