UNPKG

react-native-notifications-patched-rayen

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android

8 lines (6 loc) 133 B
import * as _ from 'lodash'; export class UniqueIdProvider { generate(): number { return parseInt(_.uniqueId()); } }