diff options
Diffstat (limited to 'std/io/mod.ts')
-rw-r--r-- | std/io/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/io/mod.ts b/std/io/mod.ts index ca07bac43..f92feb6ef 100644 --- a/std/io/mod.ts +++ b/std/io/mod.ts @@ -2,3 +2,4 @@ export * from "./bufio.ts"; export * from "./ioutil.ts"; export * from "./readers.ts"; export * from "./writers.ts"; +export * from "./streams.ts"; |