版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

1234567
  1. import { isClient } from '@vueuse/core';
  2. export { isClient, isIOS } from '@vueuse/core';
  3. const isFirefox = () => isClient && /firefox/i.test(window.navigator.userAgent);
  4. export { isFirefox };
  5. //# sourceMappingURL=browser.mjs.map