云链智安app
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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