Initial commit
This commit is contained in:
5
frontend/webapp/node_modules/next/dist/server/lib/async-callback-set.d.ts
generated
vendored
Normal file
5
frontend/webapp/node_modules/next/dist/server/lib/async-callback-set.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare class AsyncCallbackSet {
|
||||
private callbacks;
|
||||
add(callback: () => Promise<void>): void;
|
||||
runAll(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user