is-promise.js 127 B

1234
  1. "use strict";
  2. // In next major this check will also confirm on promise constructor
  3. module.exports = require("./is-thenable");