Skip to content

PlatformsModule

@tsed/cli

Usage

typescript
import { PlatformsModule } from "@tsed/cli/src/platforms/PlatformsModule";

See /packages/cli/src/platforms/PlatformsModule.ts.

Overview

ts
class PlatformsModule {
    get(name: string): InitBasePlatform;
}

get

ts
get(name: string): InitBasePlatform;

Released under the MIT License.