mongoosejs / kareem

Next-generation take on pre/post function hooks
Apache License 2.0
82 stars 8 forks source link

make isPromiseLike favor of Promise #18

Closed Uzlopak closed 2 years ago

Uzlopak commented 2 years ago

This PR renames isPromise to isPromiseLike and checks first if it is an instance of Promise and then does a PromiseLike check.