From 7ab12a490632df1909a1bcf340a3023f1af79e05 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 15 Dec 2024 16:50:55 +0000 Subject: [PATCH] types: use `node:` prefix for builtins (#96) --- types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index 8231c1e..1ff729c 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -4,8 +4,8 @@ /// -import { Dirent } from 'fs' -import * as stream from 'stream' +import { Dirent } from 'node:fs' +import * as stream from 'node:stream' /** * Create a new SendStream for the given path to send to a res.