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