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 cdbc0b0 commit 927f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugin.test-d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Type, FastifyPluginAsyncTypebox, FastifyPluginCallbackTypebox } from '.
import { expectType } from 'tsd'
import Fastify, { FastifyPluginAsync, FastifyPluginCallback } from 'fastify'
import fp from 'fastify-plugin'
import { Http2Server } from 'http2'
import { Http2Server } from 'node:http2'

// Ensure the defaults of FastifyPluginAsyncTypebox are the same as FastifyPluginAsync
export const pluginAsyncDefaults: FastifyPluginAsync = async (fastify, options) => {
Expand Down

0 comments on commit 927f551

Please sign in to comment.