@uppercod/hash
v1.1.1
Published
Generates a hash based on [anteesor, current, successor]
Downloads
1,639
Readme
hash
Generates a hash based on [anteesor, current, successor]
, this always refers to the same value so it can be used to associate unique.
install
npm install @uppercod/hash
Usage
import hash from "@uppercod/hash";
hash("https://github.com/UpperCod"); // "9a8-a0c-9a4"
hash("abc"); // "c3-126-c5"