diff options
author | Marcos Casagrande <marcoscvp90@gmail.com> | 2020-06-28 02:20:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 20:20:48 -0400 |
commit | 2da084058397efd6f517ba98c9882760ec0a7bd6 (patch) | |
tree | c64ffe84b2ad5b015921b79eec01d77af1083da6 /std/io/mod.ts | |
parent | a829fa8f57a2063492aab564ec1f15da21eb851c (diff) |
fix(std/io): export streams.ts & added docs (#6535)
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"; |