We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac03f1d commit 613c48cCopy full SHA for 613c48c
2 files changed
.github/stale.yml
types/index.test-d.ts
@@ -5,7 +5,6 @@ import { RouteGenericInterface } from 'fastify/types/route'
5
import type { IncomingMessage } from 'node:http'
6
import { expectType } from 'tsd'
7
import { Server } from 'ws'
8
-// eslint-disable-next-line import-x/no-named-default -- Test default export
9
import fastifyWebsocket, { default as defaultFastifyWebsocket, fastifyWebsocket as namedFastifyWebsocket, WebSocket, WebsocketHandler } from '..'
10
11
const app: FastifyInstance = fastify()
0 commit comments