Type alias Terminalware<Input, Output, Context>

Terminalware<Input, Output, Context>: ((context) => FinalizeHandler<Input, Output>)

A factory function that creates the terminal handler atop which a middleware stack sits.

Type Parameters

  • Input extends object
  • Output extends object
  • Context extends object = object

Type declaration