UNPKG

react-native-web-internals

Version:

React Native for Web

9 lines (8 loc) 243 B
const Platform = { OS: "web", select: obj => "web" in obj ? obj.web : obj.default, isTesting: process.env.NODE_ENV === "test" }; var Platform_default = Platform; export { Platform_default as default }; //# sourceMappingURL=index.mjs.map