Skip to content

Formats

@tsed/ajv

Usage

typescript
import { Formats } from "@tsed/ajv";

See /packages/specs/ajv/src/types/decorators/formats.ts.

Overview

ts
function Formats(name: string, options?: FormatsOptions): ClassDecorator;

Description

Create a new custom formats validator

Released under the MIT License.