function _isPromise()

in src/Runtime.js [202:204]


function _isPromise(obj) {
  return obj && obj.then && typeof obj.then === 'function';
}