Skip to content

Effect

Version 4.0.0-beta.55

Patch Changes

  • #2081 42cc744 Thanks @gcanti! - Export the Schema.encodeKeys interface, closes #2070.

    Previously the interface was internal, so exporting a value whose inferred type referenced it triggered TypeScript error TS4023: Exported variable has or is using name 'encodeKeys' from external module ... but cannot be named, e.g.:

  • #2067 04855ce Thanks @mrazauskas! - fix isNullish() type predicate