GoScrobble/web/node_modules/workbox-precaching/utils/precachePlugins.d.ts

7 lines
195 B
TypeScript

import { WorkboxPlugin } from 'workbox-core/types.js';
import '../_version.js';
export declare const precachePlugins: {
get(): WorkboxPlugin[];
add(newPlugins: WorkboxPlugin[]): void;
};