@cucumber/node
    Preparing search index...

    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

        Returns unknown | PromiseLike<unknown>