# PlatformExpressApplication Class platform express

Module
import { PlatformExpressApplication } from "@tsed/common"
Source/packages/common/src/platform-express/services/PlatformExpressApplication.ts

# Overview

class PlatformExpressApplication extends PlatformApplication {
    constructor(platformHandler: PlatformHandler);
    statics(endpoint: string, options: PlatformStaticsOptions): this;
}

# Members

statics(endpoint: string, options: PlatformStaticsOptions): this;