UNPKG

react-native-web-internals

Version:

React Native for Web

11 lines (10 loc) 246 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.js.map