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.
1 lines
748 B
1 lines
748 B
{"ast":null,"code":"import { isClient } from '@vueuse/core';\nexport { isClient, isIOS } from '@vueuse/core';\nconst isFirefox = () => isClient && /firefox/i.test(window.navigator.userAgent);\nexport { isFirefox };","map":{"version":3,"names":["isFirefox","isClient","test","window","navigator","userAgent"],"sources":["../../../../packages/utils/browser.ts"],"sourcesContent":["import { isClient, isIOS } from '@vueuse/core'\n\nexport const isFirefox = (): boolean =>\n isClient && /firefox/i.test(window.navigator.userAgent)\n\nexport { isClient, isIOS }\n"],"mappings":";;AACY,MAACA,SAAS,GAAGA,CAAA,KAAMC,QAAQ,IAAI,UAAU,CAACC,IAAI,CAACC,MAAM,CAACC,SAAS,CAACC,SAAS","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|