Files
2026-02-11 13:57:54 +01:00

6 lines
69 B
JavaScript

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