ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.45k stars 244 forks source link

Fix type error #368

Closed remcohaszing closed 1 year ago

remcohaszing commented 1 year ago

RequestHandler is part of the MockAdapter namespace, not AxiosAdapter.

remcohaszing commented 1 year ago

Could you release this? :) Without it, TypeScript users can’t use this package.