Initial commit - Event Planner application
This commit is contained in:
9
node_modules/@nestjs/core/hooks/on-app-shutdown.hook.d.ts
generated
vendored
Normal file
9
node_modules/@nestjs/core/hooks/on-app-shutdown.hook.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Module } from '../injector/module';
|
||||
/**
|
||||
* Calls the `onApplicationShutdown` function on the module and its children
|
||||
* (providers / controllers).
|
||||
*
|
||||
* @param module The module which will be initialized
|
||||
* @param signal
|
||||
*/
|
||||
export declare function callAppShutdownHook(module: Module, signal?: string): Promise<any>;
|
||||
Reference in New Issue
Block a user