Documentation
Preparing search index...
Middleware Stack
Terminalware
Type Alias Terminalware<Input, Output, Context>
Terminalware
:
(
context
:
MiddlewareExecutionContext
<
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
(
context
:
MiddlewareExecutionContext
<
Context
>
)
:
FinalizeHandler
<
Input
,
Output
>
Parameters
context
:
MiddlewareExecutionContext
<
Context
>
Returns
FinalizeHandler
<
Input
,
Output
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A factory function that creates the terminal handler atop which a middleware stack sits.