UNPKG

react-native-web-internals

Version:

React Native for Web

11 lines (10 loc) 283 B
var Platform = { OS: "web", select: function (obj) { return "web" in obj ? obj.web : obj.default; }, isTesting: process.env.NODE_ENV === "test" }, Platform_default = Platform; export { Platform_default as default }; //# sourceMappingURL=index.native.js.map