Tcsm
2023-05-17 42058070e884f1aad7927899b57f16d787356069
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;