Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 1.09 KB

File metadata and controls

6 lines (3 loc) · 1.09 KB

Union to Object from key hard

by clen cat @a145789

Take the Challenge

Find the object containing the key in the union type by the key. It takes two parameters: a union of object types and a key name.


Back Share your Solutions Check out Solutions