ethanent / phin

Node HTTP client
MIT License
576 stars 33 forks source link

Add TypeScript declaration #36

Closed LuminescentMoon closed 5 years ago

LuminescentMoon commented 5 years ago

While making this declaration file, I've noticed that phin's documentation says phinResponse extends http.ServerResponse. This is incorrect. It actually extends http.IncomingMessage.

ethanent commented 5 years ago

Thank you very much. :)