Roman Novotochin
Roman Novotochin
I use command `npm install @vitalets/google-translate-api ` this error has been fixed
> Hello Friends! Go to the fork of this repository, which is now actively supported: https://github.com/vitalets/google-translate-api ThankYou
I update **_json5_** through npm and remove empty file **_.atom-live-server.json_** in project folder. After, this erorr disappear.
This is works https://github.com/yagop/node-telegram-bot-api/issues/562#issuecomment-445222580
In typescrip 4.7.4 this is not work. ``` type MyPick = { [key in K]: T[key] } interface Todo { title: string description: string completed: boolean } /* type test...
why does the question actually look like ```type Length``` instead of ```type Length``` ???
> > why does the question actually look like `type Length` instead of `type Length` ??? > > a plain type T doesn't have a `length` property I now thought....
In typescrip 4.7.4 this is not work. ``` type MyPick = { [S in K]: T[S] } interface Todo { title: string description: string completed: boolean } /* type test...