You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Willing to add this as a utility type provided by TS, but stuck on where to add this es5.d.ts is one place where I can write it but not sure if thats the correct place and do I need to add it somewhere else or not.
The text was updated successfully, but these errors were encountered:
Acknowledgement
Comment
I just want to ask few questions w.r.t utility types in typescript
Right now whenever we have to get a union of object values we have to do something like this
this becomes redundant in code base and can be improved with utility types for e.g.
Willing to add this as a utility type provided by TS, but stuck on where to add this
es5.d.ts
is one place where I can write it but not sure if thats the correct place and do I need to add it somewhere else or not.The text was updated successfully, but these errors were encountered: