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 1cd416c commit 3ab4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fastify, {
RequestGenericInterface,
RouteOptions
} from 'fastify'
import * as http2 from 'http2'
import * as http2 from 'node:http2'
import IORedis from 'ioredis'
import pino from 'pino'
import fastifyRateLimit, {
Expand Down

0 comments on commit 3ab4f68

Please sign in to comment.