diff options
Diffstat (limited to 'std/io/mod.ts')
-rw-r--r-- | std/io/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io/mod.ts b/std/io/mod.ts index 2f4fbcc26..257d3be9e 100644 --- a/std/io/mod.ts +++ b/std/io/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export * from "./bufio.ts"; export * from "./ioutil.ts"; export * from "./readers.ts"; |