UNPKG
@qavajs/core
Version:
latest (2.11.0)
2.11.0
2.10.0
2.9.0
2.8.1
2.8.0
2.7.0
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
qavajs framework core
github.com/qavajs
qavajs/core
@qavajs/core
/
lib
/
Template.d.ts
5 lines
(4 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
When
}
from
'@cucumber/cucumber'
;
type
StepDefinitionCode
=
Parameters
<
typeof
When
>[
'2'
];
export
declare
function
Template
(
scenario
: (...args:
any
[]) =>
string
):
StepDefinitionCode
;
export
{};