UNPKG
next-offline-ts
Version:
latest (6.1.7)
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
<h1 align="center"> next-offline-ts </h1>
github.com/meabed/next-offline-ts
meabed/next-offline-ts
next-offline-ts
/
dist
/
export.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
import
{
NextConfig
}
from
'next'
;
export
declare
function
exportSw
(
nextConfig
:
NextConfig
):
(
...
args
:
any
[]
) =>
Promise
<
any
>;