mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Remove service worker types from the main install
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user