合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
152 B

  1. // @ts-nocheck
  2. // #ifdef WEB
  3. export const isBrowser = typeof window !== 'undefined';
  4. // #endif
  5. // #ifndef WEB
  6. export const isBrowser = false;
  7. // #endif