TypeScript - passing generics to generics
Functions can do this;
Can types do a similar thing?
If so, what's the correct syntax?
I keep getting the error
Type 'Generic' is not generic. ts(2315)
I guess what I want to do is effectively a callback via generics.0 Replies