Type Alias ProcessFactory<TIn, TOut>

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

Type Parameters

  • TIn
  • TOut