Skip to content

Commit

Permalink
Update request.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 22, 2024
1 parent 733c34a commit ebfc6f4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions 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<string, string | readonly string[]>
Expand Down

0 comments on commit ebfc6f4

Please sign in to comment.