@iblai/web-utils 1.8.1 → 1.9.0

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 CHANGED
@@ -1019,7 +1019,7 @@ declare const isNode: () => string | false;
1019
1019
  declare const isExpo: () => any;
1020
1020
  declare const isTauri: () => boolean;
1021
1021
  declare function isSafariBrowser(): boolean;
1022
- declare const getPlatform: () => "react-native" | "web" | "node" | "unknown";
1022
+ declare const getPlatform: () => "web" | "react-native" | "node" | "unknown";
1023
1023
  declare const safeRequire: (moduleName: string) => any;
1024
1024
  declare const getNextNavigation: () => any;
1025
1025