3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
|
const hasGraphics = 'undefined' !== typeof window;
|
||
|
export {hasGraphics};
|