summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2018-10-31 15:29:13 +0100
committerRyan Dahl <ry@tinyclouds.org>2018-10-31 07:29:13 -0700
commit162eeca3734cd88b311150bcaa3f97e120b91f29 (patch)
tree3d4e8fb2d5d46499260ca8b91361301293d7b47c /js/deno.ts
parent669b1a4e97793786b579e8bd5def940359c2536d (diff)
Add helper to turn deno.Reader into async iterator (#1130)
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 346997d4d..e32071ed2 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -7,6 +7,7 @@ export { chdir, cwd } from "./dir";
export { File, open, stdin, stdout, stderr, read, write, close } from "./files";
export {
copy,
+ toAsyncIterator,
ReadResult,
Reader,
Writer,