Skip to content

ResponseFilter

@tsed/platform-response-filter

Usage

typescript
import { ResponseFilter } from "@tsed/platform-response-filter";

See /packages/platform/platform-response-filter/src/types/decorators/responseFilter.ts.

Overview

ts
function ResponseFilter(...contentTypes: ResponseFilterKey[]): ClassDecorator;

Description

Register a response filter service.

Released under the MIT License.