summaryrefslogtreecommitdiff
path: root/std/hash/hasher.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/hash/hasher.ts')
-rw-r--r--std/hash/hasher.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/hash/hasher.ts b/std/hash/hasher.ts
index 2d941d38f..e04cb56ef 100644
--- a/std/hash/hasher.ts
+++ b/std/hash/hasher.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 type Message = string | ArrayBuffer;
export type OutputFormat = "hex" | "base64";