@types/yup
Advanced tools
Comparing version 0.26.37 to 0.28.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for yup 0.26 | ||
// Type definitions for yup 0.28 | ||
// Project: https://github.com/jquense/yup | ||
@@ -52,2 +52,3 @@ // Definitions by: Dominik Hardtke <https://github.com/dhardtke>, | ||
export interface Schema<T> { | ||
type: string; | ||
clone(): this; | ||
@@ -224,2 +225,3 @@ label(label: string): this; | ||
export interface ArraySchema<T> extends BasicArraySchema<T[]> { | ||
innerType: Schema<T>; | ||
of<U>(type: Schema<U>): ArraySchema<U>; | ||
@@ -226,0 +228,0 @@ nullable(isNullable?: true): NullableArraySchema<T>; |
{ | ||
"name": "@types/yup", | ||
"version": "0.26.37", | ||
"version": "0.28.0", | ||
"description": "TypeScript definitions for yup", | ||
@@ -77,4 +77,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cb3e1266bdbc4e87ccdb96c1458399ccdcaf5aaf7e50e1fcf88d8e7e12063f07", | ||
"typesPublisherContentHash": "8858f41e90abf5e73c45a96b66417446de96c9f61313cc86691e88070a178d64", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 17 Apr 2020 20:55:09 GMT | ||
* Last updated: Thu, 23 Apr 2020 17:50:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
24671
464