@iblai/web-utils 1.10.6 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1025,7 +1025,7 @@ declare const isNode: () => string | false;
|
|
|
1025
1025
|
declare const isExpo: () => any;
|
|
1026
1026
|
declare const isTauri: () => boolean;
|
|
1027
1027
|
declare function isSafariBrowser(): boolean;
|
|
1028
|
-
declare const getPlatform: () => "
|
|
1028
|
+
declare const getPlatform: () => "web" | "react-native" | "node" | "unknown";
|
|
1029
1029
|
declare const safeRequire: (moduleName: string) => any;
|
|
1030
1030
|
declare const getNextNavigation: () => any;
|
|
1031
1031
|
|
package/dist/package.json
CHANGED