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