Files
old-cto-as-you-go/CTOAsYouGo/node_modules/any-promise/optional.js
2023-07-01 10:42:40 +02:00

7 lines
118 B
JavaScript

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