forked from p4b8lshcr/ChefTronic
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 line
559 B
1 line
559 B
{"version":3,"file":"browser.mjs","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 const isAndroid = (): boolean =>\n isClient && /android/i.test(window.navigator.userAgent)\n\nexport { isClient, isIOS }\n"],"names":[],"mappings":";;;AAEO,MAAM,YAAY,MACvB,QAAA,IAAY,WAAW,IAAK,CAAA,MAAA,CAAO,UAAU,SAAS,EAAA;AAEjD,MAAM,YAAY,MACvB,QAAA,IAAY,WAAW,IAAK,CAAA,MAAA,CAAO,UAAU,SAAS;;;;"} |