Skip to content

application

@tsed/platform-http

Usage

typescript
import { application } from "@tsed/platform-http";

See /packages/platform/platform-http/src/types/common/fn/application.ts.

Overview

ts
function application<App = TsED.Application>(): PlatformApplication<App>;

Description

Return the injectable Application instance.

Released under the MIT License.