2 lines
65 B
JavaScript
2 lines
65 B
JavaScript
|
export var global = typeof window !== 'undefined' ? window : {};
|