Opal-Estate-Pro/node_modules/any-promise/optional.js
2019-09-13 11:27:52 +07:00

7 lines
118 B
JavaScript

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