Type Alias Process<TIn, TOut>

Process<TIn, TOut>: ((value: TIn) => TOut)

Type Parameters

  • TIn
  • TOut