Skip to content

Commit

Permalink
Merge pull request #346 from dschmidt/patch-1
Browse files Browse the repository at this point in the history
fix: Do not require esModuleInterop in consuming TypeScript projects
  • Loading branch information
perry-mitchell committed Aug 30, 2023
2 parents 630168b + b1b0bb4 commit 8745d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/types.ts
@@ -1,4 +1,4 @@
import Stream from "node:stream";
import * as Stream from "node:stream";
import { Response } from "@buttercup/fetch";

export { Request, Response } from "@buttercup/fetch";
Expand Down

0 comments on commit 8745d05

Please sign in to comment.