Skip to content

PlatformType

@tsed/cli

Usage

typescript
import { PlatformType } from "@tsed/cli";

See /packages/cli/src/interfaces/PlatformType.ts.

Overview

ts
enum PlatformType {
    EXPRESS = "express",
    KOA = "koa",
    FASTIFY = "fastify"
}

EXPRESS

ts
EXPRESS = "express",

KOA

ts
KOA = "koa",

FASTIFY

ts
FASTIFY = "fastify"

Released under the MIT License.