mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 19:03:07 +02:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
|
|
try {
|
||
|
|
module.exports = window
|
||
|
|
} catch(e) {
|
||
|
|
module.exports = {}
|
||
|
|
}
|