@cucumber/node
    Preparing search index...

    Type Alias TransformerFunction

    TransformerFunction: (
        this: World,
        context: TestCaseContext,
        ...match: string[],
    ) => unknown

    A function to transform a raw parameter value into a user-defined type

    Type declaration