extensible-validator
Advanced tools
Comparing version 2.2.0 to 2.2.1
import { Schema } from './Schema'; | ||
import { ValidationContext } from './ValidationContext'; | ||
import { ValidationError } from './ValidationError'; | ||
declare const arrayMessages: { | ||
@@ -10,3 +11,3 @@ type: string; | ||
of<T>(elementSchema: Schema<T>): ArraySchema<T>; | ||
protected _validateElements(values: any, context?: ValidationContext): import("../../../../../Users/stewart/Code/extensible-validator/src/ValidationError").ValidationError[]; | ||
protected _validateElements(values: any, context?: ValidationContext): ValidationError[]; | ||
cast(value: any): T[]; | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"name": "extensible-validator", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Typescript-friendly and extensible object and value validation", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
671
37861