UNPKG

capacitor-udid

Version:

Plugin to retrieve a persistent UDID across app reinstalls on iOS and Android

5 lines (4 loc) 129 B
import type { UdidPlugin } from './definitions'; declare const Udid: UdidPlugin; export * from './definitions'; export { Udid };