Tcsm
2023-04-24 3b27872f10a6618af42fd86ff5c4602894fab589
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;