jameslnewell / xhr-mock

Utility for mocking XMLHttpRequest.
196 stars 48 forks source link

Fix import and local declaration name conflict #92

Closed weswigham closed 4 years ago

weswigham commented 4 years ago

Fix Import declaration conflicts with local declaration of 'MockHeaders' error in TS 3.7.

weswigham commented 4 years ago

Uhh, none of the CI failures seem related to this PR...

jameslnewell commented 4 years ago

Thanks! Apologies for the CI failures! The TS version on master was/is a little out of date. I've got a v3 branch where I've updated :allthethings: but I need to find a bit of time to get it ready for release.