Package: effect
Module: Schema
Derives an isomorphism codec from a schema. The encoded form is the
schema’s Iso type — the intermediate representation used for round-tripping.
Signature
declare const toCodecIso: <S extends Constraint>(schema: S) => Codec<S["Type"], S["Iso"]>
Since v4.0.0