augmenttoolkit / node_modules /@nestjs /core /hooks /on-module-init.hook.d.ts
Leon4gr45's picture
Include updated package-lock.json (part 10)
cfbbc1a verified
Raw
History Blame Contribute Delete
283 Bytes
import { Module } from '../injector/module';
/**
* Calls the `onModuleInit` function on the module and its children
* (providers / controllers).
*
* @param module The module which will be initialized
*/
export declare function callModuleInitHook(module: Module): Promise<void>;