Skip to content

adapter

@tsed/platform-http

Usage

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

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

Overview

ts
function adapter(adapter: Type<PlatformAdapter<any>>, imports?: ProviderOpts[]): Type<PlatformAdapter<any>>;

export function adapter(): Type<PlatformAdapter<any>>;

Description

Set the platform adapter token and his dependencies

Released under the MIT License.