UNPKG

@jigra/push-notifications

Version:

The Push Notifications API provides access to native push notifications.

5 lines (4 loc) 181 B
import type { PushNotificationsPlugin } from "./definitions"; declare const PushNotifications: PushNotificationsPlugin; export * from "./definitions"; export { PushNotifications };