@lelemondev/sdk - v0.9.9
GitHub
npm
Preparing search index...
integrations/hono
HonoMiddleware
Type Alias HonoMiddleware
HonoMiddleware
:
(
c
:
HonoContext
,
next
:
HonoNextFunction
)
=>
Promise
<
void
>
Hono middleware function type
Type Declaration
(
c
:
HonoContext
,
next
:
HonoNextFunction
)
:
Promise
<
void
>
Parameters
c
:
HonoContext
Hono context object
next
:
HonoNextFunction
Next function to continue middleware chain
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@lelemondev/sdk - v0.9.9
Loading...
Hono middleware function type