summaryrefslogblamecommitdiff
path: root/node_modules/any-promise/optional.js
blob: f3889420b898e770e33e5710379c5e13c7a330fd (plain) (tree)
1
2
3
4
5
6





                                                          
"use strict";
try {
  module.exports = require('./register')().Promise || null
} catch(e) {
  module.exports = null
}