node-modules / agentkeepalive

Support keepalive http agent.
MIT License
579 stars 57 forks source link

An export assignment cannot be used in a module with other exported elements. #73

Closed AndrewLeedham closed 5 years ago

AndrewLeedham commented 5 years ago

image

index.d.ts uses export = internal, as well as conventional exports, TS doesn't seem to be happy with this. Perhaps exporting HttpAgent as default would be more appropriate?

AndrewLeedham commented 5 years ago

Seems like this was caused when #70 was merged.

fengmk2 commented 5 years ago

Please test on 4.0.2

AndrewLeedham commented 5 years ago

Please test on 4.0.2

All working, no TS errors 👍 thanks.