@jigra/push-notifications
Version:
The Push Notifications API provides access to native push notifications.
14 lines (8 loc) • 336 B
JavaScript
var jigraPushNotifications = (function (exports, core) {
'use strict';
const PushNotifications = core.registerPlugin("PushNotifications", {});
exports.PushNotifications = PushNotifications;
Object.defineProperty(exports, '__esModule', { value: true });
return exports;
})({}, jigraExports);
//# sourceMappingURL=plugin.js.map