5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
try {
|
|
module.exports = window
|
|
} catch(e) {
|
|
module.exports = {}
|
|
}
|