Blame view

node_modules/bfj-node4/src/promise.js 92 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  'use strict'
  
  module.exports = options => options && options.Promise || require('bluebird')