ship-gis/node_modules/any-promise/optional.js

7 lines
118 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
"use strict";
try {
module.exports = require('./register')().Promise || null
} catch(e) {
module.exports = null
}