@anio-node-foundation/calc-hash-str
v2.0.0
Published
Calculate the hash of a string.
Downloads
3
Readme
@anio-node-foundation/calc-hash-str
Check whether a process with a particular id is running or not.
import calcHashStr from "@anio-node-foundation/calc-hash-str"
console.log(await calcHashStr("hello, world", "sha1"))
console.log(await calcHashStr("hello, world", "md5"))