UNPKG
mam.ts
Version:
latest (0.1.6)
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
github.com/JelleMillenaar/mam.ts
JelleMillenaar/mam.ts
mam.ts
/
typings
/
src
/
hash.d.ts
2 lines
(1 loc)
•
70 B
TypeScript
View Raw
1
2
export
declare
function
hash
(
data
:
string
,
rounds
?:
number
):
string
;