@types/datatables.net
Advanced tools
Comparing version 1.10.11 to 1.10.12
@@ -1097,9 +1097,9 @@ // Type definitions for JQuery DataTables 1.10 | ||
/** | ||
* Check is a table node is a DataTable or not | ||
* Check if a table node is a DataTable already or not. | ||
* | ||
* Usage: | ||
* $.fn.dataTable.isDataTable("selector"); | ||
* @param table Selector string for table | ||
* @param table The table to check. | ||
*/ | ||
isDataTable(table: string): boolean; | ||
isDataTable(table: string | Node | JQuery | Api): boolean; | ||
@@ -1106,0 +1106,0 @@ /** |
{ | ||
"name": "@types/datatables.net", | ||
"version": "1.10.11", | ||
"version": "1.10.12", | ||
"description": "TypeScript definitions for JQuery DataTables", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "28ed3ddb87c40f337a4f5e5c8fd288115322fed2199eaa752127064f30390a76", | ||
"typesPublisherContentHash": "d0a508133eb5ee5bb7007eaacf0178413a93f4e9eb49ec60eb3e356a9c0ac857", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 12 Jun 2018 03:36:26 GMT | ||
* Last updated: Sat, 30 Jun 2018 02:47:51 GMT | ||
* Dependencies: jquery | ||
@@ -14,0 +14,0 @@ * Global values: none |
66842