UNPKG

@tsed/platform-http

Version:
9 lines (8 loc) 268 B
import { injector } from "@tsed/di"; /** * Return the injectable Application instance. * @note Application is only available after PlatformExpress/PlatformKoa instance creation. */ export function application() { return injector().get("PlatformApplication"); }