@types/cucumber
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -16,6 +16,6 @@ // Type definitions for cucumber-js v2.0.0 | ||
export interface TableDefinition { | ||
raw: () => Array<any>; | ||
rows: () => Array<any>; | ||
rowsHash: () => {}; | ||
hashes: () => {}; | ||
raw: () => Array<Array<string>>; | ||
rows: () => Array<Array<string>>; | ||
rowsHash: () => { [firstCol:string]: string }; | ||
hashes: () => Array<{ [colName:string]: string }>; | ||
} | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "@types/cucumber", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for cucumber-js", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "57425973b803c2ffb21ecbfa0b1462a04abf2e9c3db105a6c221d1ff4a149c71", | ||
"typesPublisherContentHash": "10ba5b7826696831243e93edd91fe2c8ac3c4557fb23cb53265f3c37098564bf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT | ||
* Last updated: Mon, 24 Jul 2017 18:01:45 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
10280