diff options
Diffstat (limited to 'std/strings/mod.ts')
-rw-r--r-- | std/strings/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/strings/mod.ts b/std/strings/mod.ts index 2acc32600..4603068ef 100644 --- a/std/strings/mod.ts +++ b/std/strings/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export * from "./encode.ts"; export * from "./decode.ts"; |