Gabor Nyekhelyi
Results
1
issues of
Gabor Nyekhelyi
This is how i managed to set up localized-strings with TypeScript 2.8 (the one mentioned in the documentation didn't compile): ``` import LocalizedStrings from 'localized-strings'; export interface IStrings { score:...