Skip to content

validate

@tsed/ajv

Usage

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

See /packages/specs/ajv/src/types/fn/validate.ts.

Overview

ts
function validate(value: unknown, options: AjvValidateOptions | JsonSchema): Promise<any>;

Description

Validate a value against a JSON schema or a type.

Released under the MIT License.