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