smatchit_tailwind_project/node_modules/any-promise/optional.js

7 lines
118 B
JavaScript
Raw Normal View History

2024-07-15 12:57:41 +00:00
"use strict";
try {
module.exports = require('./register')().Promise || null
} catch(e) {
module.exports = null
}