UNPKG

workbox-core

Version:

This module is used by a number of the other Workbox modules to share common code.

6 lines (5 loc) 190 B
import { WorkboxPlugin } from '../types.js'; import '../_version.js'; export declare const pluginUtils: { filter: (plugins: WorkboxPlugin[], callbackName: string) => WorkboxPlugin[]; };