Home > @xoram/core > destroyApp
destroyApp() function
Tear down an application and it's plugins
Signature:
typescript
export declare function destroyApp(app: Application): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
app | the application to destroy |
Returns:
void