Files
squeezelite-esp32/lib/wifi-manager/webapp/dist/webpack/BuildEventsHook.d.ts
2026-03-13 17:03:22 +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;