jmap-kit
Preparing search index...
invocation-factory/types
HandlerFn
Type Alias HandlerFn
HandlerFn
:
(
invocation
:
any
)
=>
void
|
Promise
<
void
>
A function that handles processing a response invocation.
Type Declaration
(
invocation
:
any
)
:
void
|
Promise
<
void
>
Parameters
invocation
:
any
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jmap-kit
Loading...
A function that handles processing a response invocation.