is-promise.js 127 Bytes Raw Blame History Permalink 1 2 3 4 "use strict"; // In next major this check will also confirm on promise constructor module.exports = require("./is-thenable");