Open expelledboy opened 3 years ago
It seems that Any.Type needs to store the base type in an sub property, as per https://github.com/kourge/ts-brand
See https://github.com/kourge/ts-brand/blob/80e34f96c9bc6658b45f13bdbb02279a47cc062d/src/index.ts#L44
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
š© Feature Request
How do you get the underlying type T from
Any.Type<T>
?Heres an example of where you would use it:
Here is how I desire to use the above generic types: