{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\nexports.CODE_FONT = void 0;\nvar react_native_1 = require(\"react-native-web/dist/index\");\nexports.CODE_FONT = react_native_1.Platform.select({\n  default: \"Courier\",\n  ios: \"Courier New\",\n  android: \"monospace\"\n});","map":{"version":3,"sources":["../../../src/error-overlay/UI/constants.ts"],"names":[],"mappings":";;;;;;;AAEa,OAAA,CAAA,SAAS,GAAG,cAAA,CAAA,QAAQ,CAAC,MAAM,CAAC;EACvC,OAAO,EAAE,SAAS;EAClB,GAAG,EAAE,aAAa;EAClB,OAAO,EAAE;CACV,CAAC","sourcesContent":["import { Platform } from \"react-native\";\n\nexport const CODE_FONT = Platform.select({\n  default: \"Courier\",\n  ios: \"Courier New\",\n  android: \"monospace\",\n});\n"],"sourceRoot":""},"metadata":{},"sourceType":"script"}