@cucumber/core
    Preparing search index...

    Type Alias SupportCodeFunction

    SupportCodeFunction: (...args: any[]) => any | Promise<any>

    A function defined by the end user for a step or hook

    Type declaration

      • (...args: any[]): any | Promise<any>
      • Parameters

        • ...args: any[]

        Returns any | Promise<any>