mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-13 03:51:54 +08:00
fix types (#32)
Co-authored-by: Valery Smirnov <57757211+XantreGodlike@users.noreply.github.com> Co-authored-by: emn178 <emn178@gmail.com>
This commit is contained in:
co-authored by
Valery Smirnov
emn178
parent
83e468af79
commit
00d3aa232f
@@ -4,6 +4,7 @@
|
||||
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
|
||||
"main": "src/sha3.js",
|
||||
"module": "build/sha3.mjs",
|
||||
"types": "index.d.ts",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^28.0.5",
|
||||
"expect.js": "~0.3.1",
|
||||
|
||||
Reference in New Issue
Block a user