a9fac3d53fb711c880202be10943f072a5fe1834003d987c850d58fc2501492b1369e0196c524920cb242b06f3c539f1b4ac94d078a81d3ccdb218902431be-exec 141 B

123456789
  1. 'use strict';
  2. const internals = {};
  3. module.exports = function (promise) {
  4. return !!promise && typeof promise.then === 'function';
  5. };