Skip to content

Commit

Permalink
types: use node: prefix for builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 15, 2024
1 parent d61ad75 commit ef61e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fastify, { FastifyReply, FastifyRequest, RawReplyDefaultExpression, RawServerBase, RequestGenericInterface, RouteGenericInterface } from "fastify";
import * as http from 'http';
import * as http from 'node:http';
import { IncomingHttpHeaders } from "http2";
import * as https from 'https';
import * as https from 'node:https';
import { AddressInfo } from "net";
import { expectType } from 'tsd';
import replyFrom, { FastifyReplyFromOptions } from "..";
Expand Down

0 comments on commit ef61e6b

Please sign in to comment.