UNPKG

react-native-notifications

Version:

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

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