From 238a085676c06a9750e2a6dc1993884c049d253e Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Sat, 16 Sep 2023 02:50:04 +0000 Subject: [PATCH] add comment on formatMessage return type --- src/sha3.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sha3.js b/src/sha3.js index bd8c704..a59f24c 100644 --- a/src/sha3.js +++ b/src/sha3.js @@ -59,6 +59,7 @@ } : ArrayBuffer.isView; + // [message: string, isString: bool] var formatMessage = function (message) { var type = typeof message; if (type === 'string') {