UNPKG
@types/hash-sum
/
index.d.ts
Version:
1.0.0
1.0.1
1.0.2
67 B
TypeScript
View Raw
1
export
= hash_sum;
2
3
declare
function
hash_sum
(
value:
any
):
string
;