Remove service worker types from the main install

This commit is contained in:
Joe Haddad
2018-10-23 20:31:57 -04:00
parent 787a4a705d
commit 9b4009d718

View File

@@ -1,8 +0,0 @@
export type Config = {
onSuccess?: (registration: ServiceWorkerRegistration) => void
onUpdate?: (registration: ServiceWorkerRegistration) => void
}
export function register(config: Config): void
export function unregister(): void