From ebfc6f4dad3764086ab4be39ec48f7b83058b7dd Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 22 Apr 2024 13:14:32 +0700 Subject: [PATCH] Update request.ts --- source/types/request.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/types/request.ts b/source/types/request.ts index 8496d1aa..17e31086 100644 --- a/source/types/request.ts +++ b/source/types/request.ts @@ -1,9 +1,10 @@ -/** - * Undici types need to be here because they are not exported to globals by @types/node. - * See https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/69408 - * - * After the types are exported to globals, the Undici types can be removed from here. - */ +/* +Undici types need to be here because they are not exported to globals by @types/node. +See https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/69408 + +After the types are exported to globals, the Undici types can be removed from here. +*/ + type UndiciHeadersInit = | string[][] | Record