@cucumber/node
GitHub
Preparing search index...
TransformerFunction
Type Alias TransformerFunction
TransformerFunction
:
(
this
:
World
,
context
:
TestCaseContext
,
...
match
:
string
[]
,
)
=>
unknown
|
PromiseLike
<
unknown
>
A function to transform a raw parameter value into a user-defined type
Type declaration
(
this
:
World
,
context
:
TestCaseContext
,
...
match
:
string
[]
,
)
:
unknown
|
PromiseLike
<
unknown
>
Parameters
this
:
World
context
:
TestCaseContext
...
match
:
string
[]
Returns
unknown
|
PromiseLike
<
unknown
>
Settings
Theme
OS
Light
Dark
GitHub
@cucumber/node
Loading...
A function to transform a raw parameter value into a user-defined type