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