summaryrefslogtreecommitdiff
path: root/std/hash/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/hash/mod.ts')
-rw-r--r--std/hash/mod.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/hash/mod.ts b/std/hash/mod.ts
index 946769f03..06c9ce439 100644
--- a/std/hash/mod.ts
+++ b/std/hash/mod.ts
@@ -1,9 +1,9 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { Hash } from "./_wasm/hash.ts";
-import { Hasher } from "./hasher.ts";
+import type { Hasher } from "./hasher.ts";
-export { Hasher } from "./hasher.ts";
+export type { Hasher } from "./hasher.ts";
export type SupportedAlgorithm =
| "md2"
| "md4"