Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Exports readableStreamFromReader from new streams conversion module
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesseanwright committed Oct 7, 2022
1 parent ac5fb90 commit 24d820a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
export * from "https://deno.land/std@0.159.0/testing/asserts.ts";
export * from "https://deno.land/std@0.159.0/io/mod.ts";
export * from "https://deno.land/std@0.159.0/http/cookie.ts";
export { readableStreamFromReader } from "https://deno.land/std@0.159.0/streams/conversion.ts"

export * as sinon from "https://cdn.skypack.dev/sinon@v14.0.0";

0 comments on commit 24d820a

Please sign in to comment.