diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 1 |
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, |