1.1.1 • Published 3 years ago

@uppercod/hash v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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"