makearmy-app/node_modules/any-promise/optional.js

7 lines
118 B
JavaScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
"use strict";
try {
module.exports = require('./register')().Promise || null
} catch(e) {
module.exports = null
}