Hayk
Results
2
issues of
Hayk
 "anymode" should be "anymore"
I need to extract from typescript interface into a js object. I have a function which does exactly that ``` const getKeys = (intName: string): string[] => { const project...