Skip to content

Commit

Permalink
fix(types): remove leftover polyfill usage (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Sep 18, 2024
1 parent e834e9b commit 609827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_shims/node-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as fd from 'formdata-node';
export { type Agent } from 'node:http';
export { type Readable } from 'node:stream';
export { type ReadStream as FsReadStream } from 'node:fs';
export { ReadableStream } from 'web-streams-polyfill';
export { ReadableStream } from 'node:stream/web';

export const fetch: typeof nf.default;

Expand Down

0 comments on commit 609827e

Please sign in to comment.