Files
zopu-code/repos/effect-smol/.changeset/curvy-birds-float.md

11 lines
326 B
Markdown

---
"effect": patch
---
Update `Schema.Void` to model ignored `void` return values.
Runtime parsing now accepts any present value and discards it as `undefined`.
This matches TypeScript `void` return values, where callers do not observe the
returned value. Use `Schema.Undefined` when the input must be exactly
`undefined`.