aijinhui
2023-11-08 d803609b8a2e43afcf5921f42f29ce7f6e68fb84
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;