extensible-validator
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -20,4 +20,4 @@ import { Schema, ValidationResult } from './Schema'; | ||
}, context?: ValidationContext): ValidationResult; | ||
cast(value: any): any; | ||
cast(value: any): T; | ||
} | ||
export declare const object: ObjectSchema<{}>; |
{ | ||
"name": "extensible-validator", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"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
37921