UNPKG

react-native-notifications-pfy

Version:

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

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