node-modules/agentkeepalive

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

AndrewLeedham opened this issue · 3 comments

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?

Seems like this was caused when #70 was merged.

Please test on 4.0.2

Please test on 4.0.2

All working, no TS errors 👍 thanks.