toddmotto.com
Typing Arrays in TypeScript
4
There are many ways we can type a property to declare to TypeScript something is an array, or contains an array of “something”. We have generic types, array ... Read full article