UNPKG

@jigra/push-notifications

Version:

The Push Notifications API provides access to native push notifications.

11 lines (6 loc) 274 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var core = require('@jigra/core'); const PushNotifications = core.registerPlugin("PushNotifications", {}); exports.PushNotifications = PushNotifications; //# sourceMappingURL=plugin.cjs.js.map