Update prebuilt objects [skip actions]

This commit is contained in:
github-actions
2023-10-29 02:53:20 +00:00
parent c76bbc3524
commit 63658efefe
22 changed files with 42 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
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;