UNPKG

onesignal-web-sdk

Version:

Web push notifications from OneSignal.

7 lines (5 loc) 235 B
/** * New clients will only be including this entry file, which will result in a reduced service worker size. */ import { ServiceWorker } from '../../src/service-worker/ServiceWorker'; (self as any).OneSignal = ServiceWorker;