Skip to content

isRedirectionStatus

@tsed/schema

Usage

typescript
import { isRedirectionStatus } from "@tsed/schema";

See /packages/specs/schema/src/utils/isSuccessStatus.ts.

Overview

ts
const isRedirectionStatus: (code: string | number | undefined) => boolean | 0;

Released under the MIT License.