Skip to content

Commit

Permalink
types: use node: prefix for builtins (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 15, 2024
1 parent 5bbb84d commit 480a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as connect from 'connect'
import { FastifyPluginCallback } from 'fastify'
import * as http from 'http'
import * as http from 'node:http'

declare module 'fastify' {
interface FastifyInstance {
Expand Down

0 comments on commit 480a99a

Please sign in to comment.