victorb / trymodule

➰ It's never been easier to try nodejs modules!
1.14k stars 29 forks source link

fix promise detection #30

Open chocolateboy opened 7 years ago

chocolateboy commented 7 years ago

Functions are objects and are valid thenables:

"promise" is an object or function with a then method whose behavior conforms to this specification. [1]

This PR uses is-promise to detect promises in a spec-compliant way.

[1] https://promisesaplus.com/#terminology