Preparing search index...
The search index is not available
@wraker/core
@wraker/core
EventHandlerFn
Type Alias EventHandlerFn
Event
Handler
Fn
:
(
(
req
:
WrakerAppRequest
,
res
:
WrakerAppResponse
,
next
:
WrakerAppNext
)
=>
void
)
Event handler function
Type declaration
(
req
,
res
,
next
)
:
void
Parameters
req
:
WrakerAppRequest
The request object.
res
:
WrakerAppResponse
The response object.
next
:
WrakerAppNext
The next handler.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@wraker/core
Loading...
Event handler function