Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/keyRouterDeclarations
KeyHandlerFn
Type Alias KeyHandlerFn<A, R>
KeyHandlerFn
:
(
...
args
:
A
)
=>
R
|
Promise
<
R
>
A normalized handler function.
Type Parameters
A
extends
any
[]
=
any
[]
R
=
unknown
Type Declaration
(
...
args
:
A
)
:
R
|
Promise
<
R
>
Parameters
...
args
:
A
Returns
R
|
Promise
<
R
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
A normalized handler function.