© 2026 Hedgehog Software, LLC
const Schema = S.struct({ value: S.optional(S.string) }); // Failing expected string, actual undefined const value = S.decodeEither(Schema)({ value: undefined });