diff options
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index e35e8c161..b75df4a9d 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -42,7 +42,8 @@ export { FsEvent, fsEvents } from "./ops/fs_events.ts"; export { EOF, copy, - toAsyncIterator, + iter, + iterSync, SeekMode, Reader, SyncReader, |