Skip to content

conduitMakeMiddlewares

1
function conduitMakeMiddlewares(this: WebhookShard, server: Express): void

Makes the middlewares for the webhook server.

Parameters

ParameterTypeDescription
thisWebhookShard-
serverExpressThe server to make the middlewares for.

Returns

void

Source

twitchfy/packages/eventsub/src/util/conduitMakeMiddlewares.ts:11