A few primary concepts around Typescript help you build complex data shapes. One of that building blocks is the keyof operator. This operator or keyword is the Typescript's anwser to the javascript Object.keys operator. Object.keys returns a list of ...
h.matiashernandez.dev2 min read
No responses yet.