@types/jquery.validation
Advanced tools
Comparing version 1.16.1 to 1.16.2
@@ -13,3 +13,3 @@ // Type definitions for jquery.validation 1.16 | ||
type ShouldValidatePredicate = boolean|ValidatePredicate; | ||
type ShouldValidatePredicate = boolean | ValidatePredicate; | ||
@@ -222,3 +222,3 @@ interface ValidationOptions { | ||
*/ | ||
format(template: string): ( (...args: any[]) => string); | ||
format(template: string): ((...args: any[]) => string); | ||
format(template: string, ...args: any[]): string; | ||
@@ -237,3 +237,3 @@ /** | ||
interface Validator { | ||
element(element: string|JQuery): boolean; | ||
element(element: string | JQuery): boolean; | ||
checkForm(): boolean; | ||
@@ -240,0 +240,0 @@ /** |
{ | ||
"name": "@types/jquery.validation", | ||
"version": "1.16.1", | ||
"version": "1.16.2", | ||
"description": "TypeScript definitions for jquery.validation", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b0bf24c2c80e40db5c6921d9f3567229868c8a755413ec98a5c8539fe89e059c", | ||
"typesPublisherContentHash": "da602fd21fab29c037e31e5ee7bb4aa17e241b20be363697eb974a8d27e9af4b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jquery.validation | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.validation | ||
Additional Details | ||
* Last updated: Wed, 29 Mar 2017 23:15:11 GMT | ||
* Last updated: Thu, 04 May 2017 22:35:19 GMT | ||
* Dependencies: jquery | ||
@@ -14,0 +14,0 @@ * Global values: none |
17337
4