Skip to content

Keyword

@tsed/ajv

Usage

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

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

Overview

ts
function Keyword(options: KeywordOptions): ClassDecorator;

Description

Create new keyword custom validator

Released under the MIT License.