UNPKG

593 BSource Map (JSON)View Raw
1{"version":3,"sources":["devicesWithDynamicIsland.ts"],"names":["devicesWithDynamicIsland","brand","model"],"mappings":";;;;;;AAEA,MAAMA,wBAAuC,GAAG,CAC9C;AACEC,EAAAA,KAAK,EAAE,OADT;AAEEC,EAAAA,KAAK,EAAE;AAFT,CAD8C,EAK9C;AACED,EAAAA,KAAK,EAAE,OADT;AAEEC,EAAAA,KAAK,EAAE;AAFT,CAL8C,CAAhD;eAWeF,wB","sourcesContent":["import { NotchDevice } from './privateTypes';\n\nconst devicesWithDynamicIsland: NotchDevice[] = [\n {\n brand: 'Apple',\n model: 'iPhone 14 Pro',\n },\n {\n brand: 'Apple',\n model: 'iPhone 14 Pro Max',\n },\n];\n\nexport default devicesWithDynamicIsland;\n"]}
\No newline at end of file