Skip to content

Commit

Permalink
sindresorhus#622 adjusted removed NodeJS type prefixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Aug 21, 2024
1 parent eb70482 commit 6840aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/types/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type UndiciBodyInit =
| Blob
| FormData
| Iterable<Uint8Array>
| NodeJS.ArrayBufferView
| ArrayBufferView
| URLSearchParams
// eslint-disable-next-line @typescript-eslint/ban-types
| null
Expand Down

0 comments on commit 6840aea

Please sign in to comment.