Files
2026-06-13 17:36:44 -07:00

6 lines
69 B
JavaScript

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