Files
DefinitelyTyped/types/request-promise-native
Matt R. Wilson b2e070fa93 [@types/request-promise] Stop extending Promise. (#23087)
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.
2018-01-22 13:46:03 -08:00
..