UNPKG

@jigra/push-notifications

Version:

The Push Notifications API provides access to native push notifications.

5 lines 207 B
import { registerPlugin } from "@jigra/core"; const PushNotifications = registerPlugin("PushNotifications", {}); export * from "./definitions"; export { PushNotifications }; //# sourceMappingURL=index.js.map