sindresorhus / type-fest

A collection of essential TypeScript types
Creative Commons Zero v1.0 Universal
14.42k stars 548 forks source link

`SharedUnionFieldsDeep`: Fix propagation for non union root types #984

Closed ocadoret closed 4 days ago

ocadoret commented 1 week ago

SharedUnionFieldsDeep is not propagating deeply when root type is not a union type.

This PR aims to fix this.