UNPKG

ajv-i18n

Version:

Internationalised error messages for Ajv JSON validator

6 lines (4 loc) 103 B
import {ErrorObject} from "ajv" export interface Localize { (errors?: null | ErrorObject[]): void }