Skip to content

Commit 7006c28

Browse files
authored
types: use node: prefix for builtins (#312)
1 parent 08f5fd1 commit 7006c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="node" />
2-
import { IncomingMessage, ServerResponse, Server } from 'http';
2+
import { IncomingMessage, ServerResponse, Server } from 'node:http';
33
import { FastifyRequest, FastifyPluginCallback, RawServerBase, RawServerDefault, RawRequestDefaultExpression, RawReplyDefaultExpression, RequestGenericInterface, ContextConfigDefault, FastifyInstance, FastifySchema, FastifyTypeProvider, FastifyTypeProviderDefault, FastifyBaseLogger } from 'fastify';
44
import * as fastify from 'fastify';
55
import * as WebSocket from 'ws';

0 commit comments

Comments
 (0)