UNPKG

@eversend/mobile-device-names-from-ids

Version:
13 lines (8 loc) 313 B
# mobile-device-names-from-ids Get mobile (iOS and Android) device names from Device IDs ## Usage ```javascript const mobileDeviceNamesFromIds = require('@eversend/mobile-device-names-from-ids'); const deviceName = mobileDeviceNamesFromIds.getDeviceName('iPhone16,2'); // deviceName = 'iPhone 15 Pro Max' ```