/**
 * Minified by jsDelivr using Terser v5.37.0.
 * Original file: /npm/runnercamp-react-native-device-info@0.9.5/deviceinfo.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
var RNDeviceInfo=require("react-native").NativeModules.RNDeviceInfo;module.exports={getUniqueID:function(){return RNDeviceInfo.uniqueId},getInstanceID:function(){return RNDeviceInfo.instanceId},getDeviceId:function(){return RNDeviceInfo.deviceId},getManufacturer:function(){return RNDeviceInfo.systemManufacturer},getModel:function(){return RNDeviceInfo.model},getBrand:function(){return RNDeviceInfo.brand},getSystemName:function(){return RNDeviceInfo.systemName},getSystemVersion:function(){return RNDeviceInfo.systemVersion},getBundleId:function(){return RNDeviceInfo.bundleId},getBuildNumber:function(){return RNDeviceInfo.buildNumber},getVersion:function(){return RNDeviceInfo.appVersion},getReadableVersion:function(){return RNDeviceInfo.appVersion+"."+RNDeviceInfo.buildNumber},getDeviceName:function(){return RNDeviceInfo.deviceName},getUserAgent:function(){return RNDeviceInfo.userAgent},getDeviceLocale:function(){return RNDeviceInfo.deviceLocale},getDeviceCountry:function(){return RNDeviceInfo.deviceCountry}};
//# sourceMappingURL=/sm/267f39768d71c2ef2ed22655845ece7fc9f2a290c78ba59ba6297a80db14d36e.map