majdouline-sbai/node_modules/any-promise/optional.js
2025-03-03 14:40:49 +01:00

7 lines
118 B
JavaScript

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