Blame view

天文台pc/tianwentai-ui/node_modules/resize-observer-polyfill/src/utils/isBrowser.js 206 Bytes
bc518174   王天杨   提交两个项目文件
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;