fediversity.eu/node_modules/any-promise/optional.js
2024-03-26 16:28:28 +01:00

7 lines
118 B
JavaScript

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