We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node:
1 parent 08f5fd1 commit 7006c28Copy full SHA for 7006c28
types/index.d.ts
@@ -1,5 +1,5 @@
1
/// <reference types="node" />
2
-import { IncomingMessage, ServerResponse, Server } from 'http';
+import { IncomingMessage, ServerResponse, Server } from 'node:http';
3
import { FastifyRequest, FastifyPluginCallback, RawServerBase, RawServerDefault, RawRequestDefaultExpression, RawReplyDefaultExpression, RequestGenericInterface, ContextConfigDefault, FastifyInstance, FastifySchema, FastifyTypeProvider, FastifyTypeProviderDefault, FastifyBaseLogger } from 'fastify';
4
import * as fastify from 'fastify';
5
import * as WebSocket from 'ws';
0 commit comments