We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7da62d commit 3eec103Copy full SHA for 3eec103
types/index.d.ts
@@ -2,7 +2,7 @@
2
import { IncomingMessage, ServerResponse, Server } from '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';
+import WebSocket from 'ws';
6
import { Duplex, DuplexOptions } from 'stream';
7
import { FastifyReply } from 'fastify/types/reply';
8
import { RouteGenericInterface } from 'fastify/types/route';
0 commit comments