Urara-Blog/node_modules/.pnpm-store/v3/files/03/03123ce196cacabbfb6b417bec2d945d6412795d982b12fafc69aafbc1f3dc10e812ec8e3a5971d5286b2fe818487aea9c4147c59f750cc2002531f114e928
2022-08-14 01:14:53 +08:00

5 lines
190 B
Text

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