Blame view

node_modules/resize-observer-polyfill/src/utils/isBrowser.js 206 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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;