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

ConnectCompatibleApp

{
use(): unknown
}

Methods

use(middlewares)

Parameter Type Required Default Description
middlewares Array<
ConnectCompatibleMiddleware

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

>
none none
Return type: unknown

use(path, middlewares)

Parameter Type Required Default Description
path string none none
middlewares Array<
ConnectCompatibleMiddleware

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

>
none none
Return type: unknown