2 lines
44 B
JavaScript
2 lines
44 B
JavaScript
module.exports = typeof window == 'object';
|
module.exports = typeof window == 'object';
|