Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Terminalware

public

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

Hierarchy

  • Terminalware

Callable

  • public

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

    Type parameters

    • Input: object

    • Output: object

    Parameters

    Returns DeserializeHandler<Input, Output>