@types/joi
Advanced tools
Comparing version 13.0.2 to 13.0.3
@@ -1074,3 +1074,3 @@ // Type definitions for joi v13.0.1 | ||
*/ | ||
export function extend(extention: Extension): any; | ||
export function extend(extension: Extension|Extension[], ...extensions: (Extension|Extension[])[]): any; | ||
@@ -1077,0 +1077,0 @@ // --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- |
{ | ||
"name": "@types/joi", | ||
"version": "13.0.2", | ||
"version": "13.0.3", | ||
"description": "TypeScript definitions for joi", | ||
@@ -60,4 +60,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "99be76bde37cfdc2ca90715137f78862826ad29d8556afc175052123c17e97b8", | ||
"typesPublisherContentHash": "567870c7989cb1545b67a23ebd3cfb341a27ed09373ad0872d2ad373027a1de5", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 06 Dec 2017 20:09:40 GMT | ||
* Last updated: Tue, 12 Dec 2017 17:14:45 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
44061