Blame view

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