Skip to content

TypeError

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/decorators/common/typeError.ts.

Overview

ts
function TypeError(msg: string): ClassDecorator;

Description

Create a new custom formats validator

Released under the MIT License.