node-is-promise

Test whether an object looks like a promises-a+ promise
  https://github.com/then/is-promise
  0
  no reviews



Node.js module to test whether an object looks like a promises-a+ promise (a javascript object representing the eventual result of an asynchronous operation) compliant with the Promises/A+ specification.

Node.js is an event-based server-side JavaScript engine.