UNPKG

@fanam-pkg/core-utils

Version:

Core Functions are managed here for quick web development

5 lines (4 loc) 171 B
export interface IServiceWorkerConfig { onUpdate: (registration: ServiceWorkerRegistration) => void onSuccess: (registration: ServiceWorkerRegistration) => void }