Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
IMatcher
Type Alias IMatcher<IncomingEventType, OutgoingResponseType>
IMatcher
:
(
options
:
MatcherOptions
<
IncomingEventType
,
OutgoingResponseType
>
,
)
=>
boolean
Defines the structure for route matchers.
Type Parameters
IncomingEventType
extends
IIncomingEvent
OutgoingResponseType
=
unknown
Type Declaration
(
options
:
MatcherOptions
<
IncomingEventType
,
OutgoingResponseType
>
)
:
boolean
Parameters
options
:
MatcherOptions
<
IncomingEventType
,
OutgoingResponseType
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Defines the structure for route matchers.