mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Both `@types/request-promise` and `@types/request-promise-native` were extending their particular `Promise` implementations, however, the actual libs don't extend these objects. All they do is add logic to the `Request.prototype.init` function and "expose" a few defined methods from theit `Promise` implementations. This came up while looking into the issue on #23004.