UNPKG
@pushrocks/smarthash
Version:
latest (3.0.2)
3.0.2
3.0.1
2.1.10
2.1.9
2.1.6
2.1.1
2.1.0
2.0.6
2.0.4
2.0.3
2.0.1
2.0.0
simplified access to node hash functions
@pushrocks/smarthash
/
dist_ts
/
nodehash.md5.d.ts
2 lines
(1 loc)
•
79 B
TypeScript
View Raw
1
2
export
declare
const
md5FromString
:
(
stringToHash
:
string
) =>
Promise
<
string
>;