Files
peya-nodejs-pool/node_modules/native-or-bluebird/promise.js
Mark Allen Evans bd7256ec7c checkpoint
2020-10-13 00:35:14 +00:00

7 lines
96 B
JavaScript

try {
module.exports = require('bluebird')
} catch (_) {
module.exports = global.Promise
}