Skip to content

Commit

Permalink
types: use node: prefix for builtins (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 15, 2024
1 parent 6b10b17 commit 9cdf73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/formbody.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fastify from 'fastify'
import querystring from 'querystring'
import querystring from 'node:querystring'
import { expectDeprecated, expectError, expectType } from 'tsd'
import formBodyPlugin, { FastifyFormbodyOptions, FormBodyPluginOptions } from '..'

Expand Down

0 comments on commit 9cdf73e

Please sign in to comment.