UNPKG
@matolink/next-offline-ts
Version:
latest (6.1.9)
6.1.9
6.1.8
<h1 align="center"> next-offline-ts </h1>
github.com/meabed/next-offline-ts
meabed/next-offline-ts
@matolink/next-offline-ts
/
dist
/
runtime.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
export
declare
function
unregister
(
):
void
;
export
declare
function
register
(
swPath
?:
any
,
options
?:
RegistrationOptions
):
void
;