We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node:
1 parent b0fa545 commit 09fb9eaCopy full SHA for 09fb9ea
types/index.test-d.ts
@@ -1,6 +1,6 @@
1
// eslint-disable-next-line import-x/no-named-default -- Testing default export
2
import fastifyWebsocket, { WebsocketHandler, fastifyWebsocket as namedFastifyWebsocket, default as defaultFastifyWebsocket, WebSocket } from '..'
3
-import type { IncomingMessage } from 'http'
+import type { IncomingMessage } from 'node:http'
4
import fastify, { RouteOptions, FastifyRequest, FastifyInstance, FastifyReply, RequestGenericInterface, FastifyBaseLogger, RawServerDefault, FastifySchema, RawRequestDefaultExpression } from 'fastify'
5
import { expectType } from 'tsd'
6
import { Server } from 'ws'
0 commit comments