speakmore-2.0/node_modules/any-promise/optional.js

7 lines
118 B
JavaScript
Raw Normal View History

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