mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 10:18:25 -04:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
|
|
try {
|
||
|
|
module.exports = window
|
||
|
|
} catch(e) {
|
||
|
|
module.exports = {}
|
||
|
|
}
|