chushihua
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Detects whether window and document objects are available in current environment.
|
||||
*/
|
||||
export default typeof window !== 'undefined' && typeof document !== 'undefined' && window.document === document;
|
||||
Reference in New Issue
Block a user