6 lines
69 B
JavaScript
Raw Normal View History

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