@types/cypress-cucumber-preprocessor
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "@types/cypress-cucumber-preprocessor", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "TypeScript definitions for cypress-cucumber-preprocessor", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cypress-cucumber-preprocessor", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5f807f1d2819ba0a376284dad2e2760b56a872c76d937927fbf2d680601ad6c0", | ||
"typesPublisherContentHash": "e33baadeccaeb524e9be053f751b433d57d72b4fdeb83db11e89947eb63cf209", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,29 +9,5 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cypress-cucumber-preprocessor. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cypress-cucumber-preprocessor/index.d.ts) | ||
````ts | ||
export default function preprocessor(options?: any): (file: any) => Promise<string>; | ||
/** | ||
* @returns NodeJS.ReadableStream | ||
*/ | ||
export function transform(file: any): any; | ||
export interface TableDefinition { | ||
/** Returns the table as a 2-D array. */ | ||
raw(): string[][]; | ||
/** Returns the table as a 2-D array, without the first row. */ | ||
rows(): string[][]; | ||
/** Returns an object where each row corresponds to an entry (first column is the key, second column is the value). */ | ||
rowsHash(): { [firstCol: string]: string }; | ||
/** Returns an array of objects where each row is converted to an object (column header is the key). */ | ||
hashes(): Array<{ [colName: string]: string }>; | ||
} | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT | ||
* Last updated: Wed, 18 Oct 2023 18:04:03 GMT | ||
* Dependencies: none | ||
@@ -38,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5116
5
38
16