Files
squeezelite-esp32/components/wifi-manager/webapp/dist/webpack/BuildEventsHook.d.ts
2023-10-29 02:53:20 +00:00

9 lines
241 B
TypeScript

export class BuildEventsHook {
constructor(name: any, fn: any, stage?: string);
name: any;
stage: string;
function: any;
apply(compiler: any): void;
}
export function createBuildEventsHook(options: any): BuildEventsHook;