first commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { isClient, isIOS } from "@vueuse/core";
|
||||
|
||||
//#region ../../packages/utils/browser.d.ts
|
||||
declare const isFirefox: () => boolean;
|
||||
declare const isAndroid: () => boolean;
|
||||
//#endregion
|
||||
export { isAndroid, isClient, isFirefox, isIOS };
|
||||
Reference in New Issue
Block a user