diff options
Diffstat (limited to 'std/io/mod.ts')
-rw-r--r-- | std/io/mod.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/std/io/mod.ts b/std/io/mod.ts deleted file mode 100644 index 257d3be9e..000000000 --- a/std/io/mod.ts +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -export * from "./bufio.ts"; -export * from "./ioutil.ts"; -export * from "./readers.ts"; -export * from "./writers.ts"; -export * from "./streams.ts"; |