Documentation
    Preparing search index...

    Type Alias EndpointHandler

    EndpointHandler: (
        router: ServerAdapter,
        path: string,
        options: EndpointOptions,
    ) => void

    Type Declaration