From d763ce60a5b1e343bbe87bc0c20290d589d14761 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 15 Dec 2024 16:25:31 +0000 Subject: [PATCH] types: use `node:` prefix for builtins (#202) --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index d25c399..82d130d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -import { AsyncResource } from 'async_hooks' +import { AsyncResource } from 'node:async_hooks' import { FastifyPluginCallback, FastifyRequest } from 'fastify' type FastifyRequestContext =