UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

10 lines (9 loc) • 326 B
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>;