Type alias Callback<TInput, TResult>

Callback<TInput, TResult>: ((input) => TResult)

Type Parameters

  • TInput

    The type of the input parameter.

  • TResult

    The type of the result returned by the callback.

Type declaration

Returns

TResult

Generated using TypeDoc