@types/cypress-cucumber-preprocessor
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@types/cypress-cucumber-preprocessor", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for cypress-cucumber-preprocessor", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cypress-cucumber-preprocessor", | ||
"license": "MIT", | ||
@@ -37,4 +38,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b34598538dabcc13ea879be173041eb4b2494ed59c4eda6df0c94bc7d1899ed1", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "2133671255c0e9932965ac0f647cf69504f8a2e8bfa91d25faca8f4b682171a4", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 30 Oct 2020 21:45:54 GMT | ||
* Last updated: Tue, 06 Jul 2021 20:32:35 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
export interface Transform { | ||
regexp: RegExp; | ||
transformer(...arg: string[]): any; | ||
useForSnippets?: boolean; | ||
preferForRegexpMatch?: boolean; | ||
name?: string; | ||
typeName?: string; // deprecated | ||
useForSnippets?: boolean | undefined; | ||
preferForRegexpMatch?: boolean | undefined; | ||
name?: string | undefined; | ||
typeName?: string | undefined; // deprecated | ||
} | ||
@@ -9,0 +9,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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5612
0