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>>): Type<PlatformAdapter<any>>;

Description

Set the platform adapter

Released under the MIT License.