@types/got package and had problems.Definitions by: in index.d.ts) so they can respond.I am trying to integrate got > v9.. in a project using typescript.
Only the typings only support version 8.3.3.
Missing:
Any update on this one?
@jkomyno Hi, types definition for got 9.x was introduces in this pull request https://github.com/DefinitelyTyped/DefinitelyTyped/pull/29710
You can try new version installing @types/got@9 npm package.
Hi @ikokostya, I'll try in the following hours, thanks!
got.extend() is missing.
I use "@types/got": "^9.2.1" and "got": "^9.3.2", but got.extend() has already been added in 9.0.0.
Most helpful comment
got.extend()is missing.I use
"@types/got": "^9.2.1"and"got": "^9.3.2", butgot.extend()has already been added in 9.0.0.