|
|
|
|
|
by johnfn
3354 days ago
|
|
If you use discriminated union types - e.g. give them both a type key which is a unique string, then you don't need type guards as typescript is smart enough to understand that checking the type key does the type discrimination. |
|