Laptop-Thing/web/node_modules/any-promise/optional.js

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05:00
"use strict";
try {
module.exports = require('./register')().Promise || null
} catch(e) {
module.exports = null
}