@simplism/core
Advanced tools
Comparing version 10.1.36 to 10.1.37
@@ -21,3 +21,4 @@ import "./ArrayExt"; | ||
[P in K]: IArrayValidateDef; | ||
}) | { | ||
})): void; | ||
validatesArray<T, K extends keyof T>(arr: T[], displayName: string, def: { | ||
[P in K]: IArrayValidateDef; | ||
@@ -24,0 +25,0 @@ }): void; |
{ | ||
"name": "@simplism/core", | ||
"version": "10.1.36", | ||
"version": "10.1.37", | ||
"description": "Simplism Core Package", | ||
@@ -5,0 +5,0 @@ "repository": "github:kslhunter/simplism", |
@@ -19,3 +19,4 @@ import "./ArrayExt"; | ||
validatesArray<T, K extends keyof T>(arr: T[], displayName: string, def: ((item: T) => { [P in K]: IArrayValidateDef }) | { [P in K]: IArrayValidateDef }): void; | ||
validatesArray<T, K extends keyof T>(arr: T[], displayName: string, def: ((item: T) => { [P in K]: IArrayValidateDef })): void; | ||
validatesArray<T, K extends keyof T>(arr: T[], displayName: string, def: { [P in K]: IArrayValidateDef }): void; | ||
} | ||
@@ -22,0 +23,0 @@ } |
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
224942
3196