???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................module.exports = function isPromise (maybePromise) {
  return !!maybePromise && !!maybePromise.then && (typeof maybePromise.then === 'function')
}
