Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/hooks/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/hooks/on-app-bootstrap.hook.d.ts

import { Module } from '../injector/module';
/**
 * Calls the `onApplicationBootstrap` function on the module and its children
 * (providers / controllers).
 *
 * @param module The module which will be initialized
 */
export declare function callModuleBootstrapHook(module: Module): Promise<any>;