Skip to main content

getCustomFunction

Callable

  • getCustomFunction<A>(key: string): A

  • Returns the customFunction. Prefer usage via useCustomFunction when possible


    Type parameters

    • A: (...args: any[]) => Promise<any>

    Parameters

    • key: string

      functionName

    Returns A