2025-08-13 18:05:26 +02:00

6 lines
69 B
JavaScript

try {
module.exports = window
} catch(e) {
module.exports = {}
}