Blame view

node_modules/es5-ext/object/is-promise.js 127 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
  "use strict";
  
  // In next major this check will also confirm on promise constructor
  module.exports = require("./is-thenable");