UNPKG

@serwist/next

Version:

A module that integrates Serwist into your Next.js application.

7 lines 155 B
import { Serwist } from "@serwist/window"; declare global { interface Window { serwist: Serwist; } } //# sourceMappingURL=sw-entry.d.ts.map