SuperType and Subtype in ts
Key players to understand are:- Unkown type- Never type- Parameter assignability behaviour- Return Type Assignability behaviour- Contravariant- Covariant
First we need to understand what do we mean by SuperType and SubType in general:- SuperType bas...
tslearnings.hashnode.dev3 min read