From 27a116305b7695d3b5321b30637c357208dbee2a Mon Sep 17 00:00:00 2001 From: Devin Canterberry Date: Tue, 14 Jul 2020 10:20:44 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20TypeScript=20definition=20?= =?UTF-8?q?for=20SHAKE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 500ca8a..f3f0104 100644 --- a/index.d.ts +++ b/index.d.ts @@ -19,4 +19,6 @@ export const SHA3Hash: typeof Hasher; export const Keccak: typeof Hasher; +export const SHAKE: typeof Hasher; + export default SHA3;