twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

ConnectCompatibleApp

{
use(): unknown
}

Methods

use(middlewares)

ParameterTypeRequiredDefaultDescription
middlewaresArray<
ConnectCompatibleMiddleware

Aliased type: (req: IncomingMessage, res: ServerResponse, next: (err: unknown) => void) => void

>
nonenone
Return type: unknown

use(path, middlewares)

ParameterTypeRequiredDefaultDescription
pathstringnonenone
middlewaresArray<
ConnectCompatibleMiddleware

Aliased type: (req: IncomingMessage, res: ServerResponse, next: (err: unknown) => void) => void

>
nonenone
Return type: unknown