UNPKG

react-native-notifications-patched-rayen

Version:

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

11 lines (10 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UniqueIdProvider = void 0; const _ = require("lodash"); class UniqueIdProvider { generate() { return parseInt(_.uniqueId()); } } exports.UniqueIdProvider = UniqueIdProvider;