云链智安app
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.ts 152B

12345678
  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