Skip to content

Commit

Permalink
types: use node: prefix for builtins (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 15, 2024
1 parent 87b8bc3 commit d763ce6
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,4 +1,4 @@
import { AsyncResource } from 'async_hooks'
import { AsyncResource } from 'node:async_hooks'
import { FastifyPluginCallback, FastifyRequest } from 'fastify'

type FastifyRequestContext =
Expand Down

0 comments on commit d763ce6

Please sign in to comment.