feige
2023-12-05 d80a5794d029c8a5fe58a80464ab0e1ae097c87c
1
2
3
4
/**
 * Detects whether window and document objects are available in current environment.
 */
export default typeof window !== 'undefined' && typeof document !== 'undefined' && window.document === document;