FunctionsgetCustomFunctiongetCustomFunction CallablegetCustomFunction<A>(key: string): AReturns the customFunction. Prefer usage via useCustomFunction when possibleType parametersA: (...args: any[]) => Promise<any>Parameterskey: stringfunctionNameReturns A
Returns the customFunction. Prefer usage via useCustomFunction when possible