DefinitelyTyped/types/nock
Matt R. Wilson bcfb2c65f2 [nock] Fix Interceptor.reply. (#35385)
I was working on removing the `no-any-union` lint override and realized
that `any` was being used in several places where a plain objected was
intended. It was also covering up that reply bodies can be Buffers or
Streams.

[Docs for specifying replies](https://github.com/nock/nock#specifying-replies)

Note: There was a bug in place. Previously, the types allowed for `reply`
to take two args, a callback and an object of headers. However, this
form is not documented and turns out to not be functional when
inspecting [the source](cb56669e0b/lib/interceptor.js (L68-L72)).

I’ve confirmed with the lib maintainers that the bug was in `@types`.
https://github.com/nock/nock/issues/1513
2019-05-14 13:46:33 -07:00
..
index.d.ts [nock] Fix Interceptor.reply. (#35385) 2019-05-14 13:46:33 -07:00
nock-tests.ts [nock] Fix Interceptor.reply. (#35385) 2019-05-14 13:46:33 -07:00
tsconfig.json [nock] Fix Interceptor.reply. (#35385) 2019-05-14 13:46:33 -07:00
tslint.json [nock] Fix Interceptor.reply. (#35385) 2019-05-14 13:46:33 -07:00