Files
zopu-code/repos/effect-smol/.changeset/add-schema-error-module.md

10 lines
293 B
Markdown

---
"effect": patch
---
Expose `SchemaError` as a public module and re-export `Schema.isSchemaError`.
This gives consumers a stable import path and guard for schema failures without
depending on the internal schema implementation, while preserving the existing
`Schema.SchemaError` surface.