seyfert
Preparing search index...
MiddlewareContext
Type Alias MiddlewareContext<T, C>
MiddlewareContext
:
(
context
:
{
context
:
C
;
next
:
NextFunction
<
T
>
;
pass
:
PassFunction
;
stop
:
StopFunction
;
}
,
)
=>
any
Type Parameters
T
=
any
C
=
any
Type declaration
(
context
:
{
context
:
C
;
next
:
NextFunction
<
T
>
;
pass
:
PassFunction
;
stop
:
StopFunction
;
}
,
)
:
any
Parameters
context
:
{
context
:
C
;
next
:
NextFunction
<
T
>
;
pass
:
PassFunction
;
stop
:
StopFunction
}
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
seyfert
Loading...