Closed jplock closed 6 years ago
I didn't want to try duplicating the logic of Promise detection if some other project provided the logic already. I don't want to keep up with the most appropriate way to detect a Promise as things change. If there is a better dependency to use I'm up for switching.
Why not remove an external dependency on
is-promise
and implement:in index.js itself.