UNPKG

@cd-pkg/core-utils

Version:

Core Functions are managed here for quick web development

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