@types/joi
Advanced tools
Comparing version 10.3.0 to 10.3.1
@@ -570,3 +570,4 @@ // Type definitions for joi v10.3.0 | ||
*/ | ||
unique(): ArraySchema; | ||
unique(comparator?: (a: any, b: any) => boolean): ArraySchema; | ||
unique(comparator?: string): ArraySchema; | ||
} | ||
@@ -573,0 +574,0 @@ |
{ | ||
"name": "@types/joi", | ||
"version": "10.3.0", | ||
"version": "10.3.1", | ||
"description": "TypeScript definitions for joi", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "4db9819993c5d3c38000e798c433f6ac086304f6998f6734d7bb58cff97770f9", | ||
"typesPublisherContentHash": "cce9ef7d65beeddf6bfb3f43e9b77f9fc487e7f962c3206305fa8cbafb06dca2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 19 Apr 2017 21:19:05 GMT | ||
* Last updated: Fri, 28 Apr 2017 18:01:59 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
39515
889