effect-io-ai

Package: effect
Module: Schema

Schema.BooleanFromBit

Type-level representation of BooleanFromBit.

Signature

export interface BooleanFromBit extends decodeTo<Boolean, Literals<readonly [0, 1]>> {
  readonly "Rebuild": BooleanFromBit
}

Source

Since v4.0.0