Stone.js API
    Preparing search index...

    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