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 f92feb6ef..2f4fbcc26 100644 --- a/std/io/mod.ts +++ b/std/io/mod.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export * from "./bufio.ts"; export * from "./ioutil.ts"; export * from "./readers.ts"; |