management/front/dkha-web-sz-main/node_modules/any-promise/optional.js

7 lines
118 B
JavaScript
Raw Normal View History

2023-12-18 13:12:25 +08:00
"use strict";
try {
module.exports = require('./register')().Promise || null
} catch(e) {
module.exports = null
}